diff options
author | jwd <jwd@chromium.org> | 2015-10-28 12:22:35 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-10-28 19:23:28 +0000 |
commit | 1e9f57d466d9d9b7420b654f55a3b001705ee5e6 (patch) | |
tree | 8642ede08d3d05019a464d3901a4cbb245c5843a | |
parent | 8dc8d77d8fa1645f44c306062070e5d40af2ba2c (diff) | |
download | chromium_src-1e9f57d466d9d9b7420b654f55a3b001705ee5e6.zip chromium_src-1e9f57d466d9d9b7420b654f55a3b001705ee5e6.tar.gz chromium_src-1e9f57d466d9d9b7420b654f55a3b001705ee5e6.tar.bz2 |
Moving ZoomMinus_AtMinimum logging to correct place.
BUG=
Review URL: https://codereview.chromium.org/1426443006
Cr-Commit-Position: refs/heads/master@{#356610}
-rw-r--r-- | components/ui/zoom/page_zoom.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/ui/zoom/page_zoom.cc b/components/ui/zoom/page_zoom.cc index 4d7811a..7d9670c 100644 --- a/components/ui/zoom/page_zoom.cc +++ b/components/ui/zoom/page_zoom.cc @@ -105,8 +105,8 @@ void PageZoom::Zoom(content::WebContents* web_contents, content::RecordAction(UserMetricsAction("ZoomMinus")); return; } - content::RecordAction(UserMetricsAction("ZoomMinus_AtMinimum")); } + content::RecordAction(UserMetricsAction("ZoomMinus_AtMinimum")); } else { // Iterate through the zoom levels in normal order to find the next // higher level based on the current zoom level for this page. |