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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1109563003: Implement remaining chrome.searchEnginesPrivate methods. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 7 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 7eb0f36b93866891f8d11995819a854558588b4a..bfddf92875fed20b3ccfc8508d7f5d0fae9f41d1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51405,7 +51405,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1008" label="DEVELOPERPRIVATE_SHOWPATH"/>
<int value="1009" label="FILEMANAGERPRIVATE_ADDPROVIDEDFILESYSTEM"/>
<int value="1010" label="FILEMANAGERPRIVATE_CONFIGUREPROVIDEDFILESYSTEM"/>
- <int value="1011" label="SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES"/>
+ <int value="1011" label="SEARCHENGINESPRIVATE_GETSEARCHENGINES"/>
<int value="1012" label="SEARCHENGINESPRIVATE_SETSELECTEDSEARCHENGINE"/>
<int value="1013" label="AUTOFILLPRIVATE_SAVEADDRESS"/>
<int value="1014" label="AUTOFILLPRIVATE_GETADDRESSCOMPONENTS"/>
@@ -51418,6 +51418,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1021" label="INSTANCEID_GETTOKEN"/>
<int value="1022" label="INSTANCEID_DELETETOKEN"/>
<int value="1023" label="INSTANCEID_DELETEID"/>
+ <int value="1025" label="SEARCHENGINESPRIVATE_GETHOTWORDSTATE"/>
+ <int value="1026" label="SEARCHENGINESPRIVATE_ADDOTHERSEARCHENGINE"/>
+ <int value="1027" label="SEARCHENGINESPRIVATE_REMOVESEARCHENGINE"/>
+ <int value="1028" label="SEARCHENGINESPRIVATE_UPDATESEARCHENGINE"/>
+ <int value="1029" label="SEARCHENGINESPRIVATE_OPTINTOHOTWORDING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698