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

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

Issue 1109563003: Implement remaining chrome.searchEnginesPrivate methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the event router bug so my test passes now Created 5 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fd333aaa071e71d00cb640d92a398206abbd1a85..9e3a36fc546e7785adca145980d62908fd32d2da 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51305,6 +51305,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1010" label="FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM"/>
<int value="1011" label="SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES"/>
<int value="1012" label="SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE"/>
+ <int value="1013" label="SEARCHENGINESPRIVATE_GETOTHERSEARCHENGINES"/>
+ <int value="1014" label="SEARCHENGINESPRIVATE_GETHOTWORDSTATE"/>
+ <int value="1015" label="SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE"/>
+ <int value="1016" label="SEARCHENGINESPRIVATE_REMOVESEARCHENGINE"/>
+ <int value="1017" label="SEARCHENGINESPRIVATE_UPDATESEARCHENGINE"/>
+ <int value="1018" label="SEARCHENGINESPRIVATE_OPTINTOHOTWORDING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698