summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authormpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 15:05:24 +0000
committermpearson@chromium.org <mpearson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-16 15:05:24 +0000
commite0da8625a9a2ed98612906da021aadd46f12f5da (patch)
tree057b473224f91140ac93f74962fac60a93991b15 /tools
parentd54d840dc080c1da3dc698b8a3c828a37c8b9635 (diff)
downloadchromium_src-e0da8625a9a2ed98612906da021aadd46f12f5da.zip
chromium_src-e0da8625a9a2ed98612906da021aadd46f12f5da.tar.gz
chromium_src-e0da8625a9a2ed98612906da021aadd46f12f5da.tar.bz2
Omnibox: Add UMA Histogram to Dashboard
Adds new histogram to histograms.xml This histogram was added in https://codereview.chromium.org/13730016/ BUG=219218 Review URL: https://codereview.chromium.org/14270005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194363 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 56bae39..130c23d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2403,6 +2403,13 @@ other types of suffix sets.
<summary>The time that a Wi-fi scan takes.</summary>
</histogram>
+<histogram name="Omnibox.EnteredKeywordMode" enum="OmniboxEnteredKeywordMode">
+ <summary>
+ The number of times users enter keyword hint mode &quot;Search ___
+ for:&quot; and how.
+ </summary>
+</histogram>
+
<histogram name="PlatformFile.UnknownCreateFileErrors" units="code">
<summary>
Errors returned by CreateFile on windows that PlatformFileError doesn't yet
@@ -4667,6 +4674,12 @@ other types of suffix sets.
<int value="8" label="subresource and used"/>
</enum>
+<enum name="OmniboxEnteredKeywordMode" type="int">
+ <int value="0" label="via tab"/>
+ <int value="1" label="via space at end"/>
+ <int value="2" label="via space in middle"/>
+</enum>
+
<enum name="OSAgnosticErrno" type="int">
<summary>Errno values with the same meanings on Mac/Win/Linux.</summary>
<int value="0" label="0">No error</int>