Commit 93951ef2 authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remaining changes to build all code in src.git with -Wimplicit-fallthrough.

This CL was uploaded by git cl split.

R=estark@chromium.org

Bug: 177475
Change-Id: Ie191053771d653739fa5bfb5a2a8f143306d2c47
Reviewed-on: https://chromium-review.googlesource.com/891743Reviewed-by: default avatarEmily Stark <estark@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532610}
parent 73bbc1c5
...@@ -216,6 +216,7 @@ void SSLErrorUI::HandleCommand(SecurityInterstitialCommand command) { ...@@ -216,6 +216,7 @@ void SSLErrorUI::HandleCommand(SecurityInterstitialCommand command) {
case CMD_REPORT_PHISHING_ERROR: case CMD_REPORT_PHISHING_ERROR:
// Not supported by the SSL error page. // Not supported by the SSL error page.
NOTREACHED() << "Unsupported command: " << command; NOTREACHED() << "Unsupported command: " << command;
break;
case CMD_ERROR: case CMD_ERROR:
case CMD_TEXT_FOUND: case CMD_TEXT_FOUND:
case CMD_TEXT_NOT_FOUND: case CMD_TEXT_NOT_FOUND:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment