diff options
author | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 02:28:42 +0000 |
---|---|---|
committer | vollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-01 02:28:42 +0000 |
commit | b294d86e1724e2055d1f1758a8f9020088e3f51b (patch) | |
tree | a7b4a540a1094d337b7c3127f90990282087c85d /tools/metrics | |
parent | 9c8faa05bd637df0517ea5de0410f081a36efbf0 (diff) | |
download | chromium_src-b294d86e1724e2055d1f1758a8f9020088e3f51b.zip chromium_src-b294d86e1724e2055d1f1758a8f9020088e3f51b.tar.gz chromium_src-b294d86e1724e2055d1f1758a8f9020088e3f51b.tar.bz2 |
Revert "Omnibox: Have UMA Log Interactions Even When Dropdown is Closed"
This reverts commit 9c8faa05bd637df0517ea5de0410f081a36efbf0.
It appears to be causing compilation failures:
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/24160/steps/compile/logs/stdio
NOTRY=TRUE
TBR=mpearson@chromium.org
BUG=None
Review URL: https://codereview.chromium.org/264783003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267412 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 092f813..ffc9b84 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -16386,24 +16386,12 @@ Therefore, the affected-histogram name has to have at least one dot in it. <histogram name="Omnibox.FocusToOpenTime" units="ms"> <owner>mpearson@chromium.org</owner> - <obsolete> - Replaced with Omnibox.FocusToOpenTimeAnyPopupState in April 2014. - </obsolete> <summary> The length of time between when a user focused on the omnibox and opened an omnibox match (which could be what they typed or a suggestion). </summary> </histogram> -<histogram name="Omnibox.FocusToOpenTimeAnyPopupState" units="ms"> - <owner>mpearson@chromium.org</owner> - <summary> - The length of time between when a user focused on the omnibox and opened an - omnibox match (which could be what they typed or a suggestion). This is - recorded regardless of whether the omnibox dropdown (a.k.a. popup) is open. - </summary> -</histogram> - <histogram name="Omnibox.Paste" units="count"> <owner>mpearson@chromium.org</owner> <summary> |