Commit 4c97d8aa authored by Nico Weber's avatar Nico Weber

Work on getting things built with -Wimplicit-fallthrough. This CL was uploaded by git cl split.

Bug: 177475
R=rsleevi@chromium.org

Change-Id: I887321c9251529a6377eefa32fe3bb87638eb845
Reviewed-on: https://chromium-review.googlesource.com/889800Reviewed-by: default avatarRyan Sleevi <rsleevi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532116}
parent 86d9c49a
...@@ -515,7 +515,8 @@ void SingleTreeTracker::OnMemoryPressure( ...@@ -515,7 +515,8 @@ void SingleTreeTracker::OnMemoryPressure(
break; break;
case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL: case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL:
pending_entries_.clear(); pending_entries_.clear();
// Fall through to clearing the other cache. // Fall through to clearing the other cache.
FALLTHROUGH;
case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_MODERATE: case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_MODERATE:
checked_entries_.Clear(); checked_entries_.Clear();
break; break;
......
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