Skip to content

Commit

Permalink
Add a missing switch-case break in WebView UMA
Browse files Browse the repository at this point in the history
BUG=

Review URL: https://codereview.chromium.org/1546263002

Cr-Commit-Position: refs/heads/master@{#367077}
  • Loading branch information
tzik authored and Commit bot committed Dec 29, 2015
1 parent 6eaff4f commit 39c9c16
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ void RecordUserInitiatedUMA(
case WEB_VIEW_PERMISSION_TYPE_LOAD_PLUGIN:
content::RecordAction(
UserMetricsAction("WebView.Guest.PermissionAllow.PluginLoad"));
break;
case WEB_VIEW_PERMISSION_TYPE_MEDIA:
content::RecordAction(
UserMetricsAction("WebView.PermissionAllow.Media"));
Expand Down

0 comments on commit 39c9c16

Please sign in to comment.