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

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: 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
« tools/metrics/actions/actions.xml ('K') | « 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 2aebe3bdd4d6f821ff7da9b2dc2f064b24a7d5fc..8926b8a069ab9a1fbe73198e63aba2598e49ed0b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43538,6 +43538,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.WindowsDesktopSearch.InfobarAction"
+ enum="WindowsDesktopSearchInfobarAction">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ The action performed by the user in the infobar explaining that a Windows
+ desktop search has been redirected to the default search engine.
+ </summary>
+</histogram>
+
+<histogram name="Search.WindowsDesktopSearch.URLAction"
+ enum="WindowsDesktopSearchURLAction">
+ <owner>fdoray@chromium.org</owner>
+ <summary>
+ The action performed when a Windows desktop search URL is passed to the
+ browser through the command line.
+ </summary>
+</histogram>
+
<histogram name="SequencedWorkerPool.ShutdownDelayTime" units="ms">
<owner>gab@chromium.org</owner>
<summary>
@@ -67543,6 +67561,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="57" label="READER_MODE_INFOBAR_DELEGATE"/>
<int value="58" label="SYNC_ERROR_INFOBAR_DELEGATE"/>
<int value="59" label="UPGRADE_INFOBAR_DELEGATE"/>
+ <int value="60" label="WINDOWS_DESKTOP_SEARCH_INFOBAR_DELEGATE"/>
</enum>
<enum name="InfoBarResponse" type="int">
@@ -80607,6 +80626,20 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="3" label="Desktop Aura"/>
</enum>
+<enum name="WindowsDesktopSearchInfobarAction" 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="WindowsDesktopSearchURLAction" 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 - Infobar shown"/>
+ <int value="4" label="Redirection - No infobar"/>
+</enum>
+
<enum name="WindowsExitCode" type="int">
<int value="-2147483645" label="0x80000003 - STATUS_BREAKPOINT"/>
<int value="-1073741819" label="0xC0000005 - STATUS_ACCESS_VIOLATION"/>
« tools/metrics/actions/actions.xml ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698