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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1096143003: Add chrome.searchEnginesPrivate API and Search Settings page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a test 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 b87833f82d8aee66b249a57c742aa47d63768e04..e2bebba7a042ee235a3d987c1c2734422e2b2f80 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50864,6 +50864,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1006" label="DEVELOPERPRIVATE_REPAIREXTENSION"/>
<int value="1007" label="DEVELOPERPRIVATE_SHOWOPTIONS"/>
<int value="1008" label="DEVELOPERPRIVATE_SHOWPATH"/>
+ <int value="1009" label="SEARCHENGINESPRIVATE_GETDEFAULTSEARCHENGINES"/>
+ <int value="1010" label="SEARCHENGINESPRIVATE_SETDEFAULTSEARCHENGINE"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698