Commit fb086762 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=dtrainor@chromium.org

Change-Id: Iae75d4ee55a8246d599dff7b8519bc5115b40c9c
Reviewed-on: https://chromium-review.googlesource.com/889785Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#532137}
parent 62633a07
......@@ -1891,6 +1891,7 @@ void DownloadItemImpl::InterruptWithPartialState(
}
// else - Fallthrough for cancellation handling which is equivalent to the
// IN_PROGRESS state.
FALLTHROUGH;
case IN_PROGRESS_INTERNAL:
case TARGET_RESOLVED_INTERNAL:
......
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