Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1859)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 1598553003: Implement the Windows desktop search redirection feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build errors due to prefs being moved in components Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 6cde33c3298e954a9bef3bef150b718abbccd468..3e00f482f24b612e139ee43a6b51813c3986ec61 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44037,6 +44037,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.DesktopSearch.RedirectionInfobarCloseAction"
+ enum="DesktopSearchRedirectionInfobarCloseAction">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ The action performed by the user to close the infobar explaining that a
+ desktop search has been redirected to the default search engine.
+ </summary>
+</histogram>
+
+<histogram name="Search.DesktopSearch.URLAction" enum="DesktopSearchURLAction">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ The action performed when a desktop search URL is passed to the browser
+ through the command line.
+ </summary>
+</histogram>
+
<histogram name="Search.MigratedPrefToDictionaryValue" enum="BooleanHit">
<owner>caitkp@chromium.org</owner>
<summary>
@@ -60537,6 +60554,19 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="5" label="First window capture call failed."/>
</enum>
+<enum name="DesktopSearchRedirectionInfobarCloseAction" type="int">
+ <int value="0" label="Clicked the 'Manage search settings' link"/>
+ <int value="1" label="Clicked the dismiss button"/>
+ <int value="2" label="InfoBar dismissed implicitly (no interaction)"/>
+</enum>
+
+<enum name="DesktopSearchURLAction" type="int">
+ <int value="0" label="No redirection - Feature disabled"/>
+ <int value="1" label="No redirection - Default search engine is Bing"/>
+ <int value="2" label="No redirection - Default search engine is invalid"/>
+ <int value="3" label="Redirection to the default search engine"/>
+</enum>
+
<enum name="DeviceIdMismatch" type="int">
<int value="0" label="BOTH_NONEMPTY"/>
<int value="1" label="SYNC_EMPTY"/>
@@ -68360,6 +68390,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="59" label="UPGRADE_INFOBAR_DELEGATE"/>
<int value="60" label="CHROME_WINDOW_ERROR"/>
<int value="61" label="CONFIRM_DANGEROUS_DOWNLOAD"/>
+ <int value="62" label="WINDOWS_DESKTOP_SEARCH_INFOBAR_DELEGATE"/>
</enum>
<enum name="InfoBarResponse" type="int">
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698