Commit a4690a60 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=treib@chromium.org

Bug: 177475
Change-Id: I0bda56f41b13861fec0c2b0ffb604fce759d35f8
Reviewed-on: https://chromium-review.googlesource.com/891878Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532844}
parent 6ce2fa74
...@@ -79,6 +79,7 @@ int GetHistogramValueForFilteringBehavior( ...@@ -79,6 +79,7 @@ int GetHistogramValueForFilteringBehavior(
// Should never happen, only used for requests from Webview // Should never happen, only used for requests from Webview
NOTREACHED(); NOTREACHED();
} }
FALLTHROUGH;
case SupervisedUserURLFilter::INVALID: case SupervisedUserURLFilter::INVALID:
NOTREACHED(); NOTREACHED();
} }
......
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