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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1015623005: chrome.settingsPrivate: Basic stub implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some small cleanups Created 5 years, 9 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 f17542059750002c6fa379e712879675baf45c89..cdec051550a2cb8489962794db431c398687d43b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49147,6 +49147,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="979" label="DEVELOPERPRIVATE_GETEXTENSIONINFO"/>
<int value="980" label="FILEMANAGERPRIVATE_ENABLEEXTERNALFILESCHEME"/>
<int value="981" label="DEVELOPERPRIVATE_UPDATEEXTENSIONCONFIGURATION"/>
+ <int value="982" label="SETTINGSPRIVATE_SETBOOLEANPREF"/>
+ <int value="983" label="SETTINGSPRIVATE_SETNUMERICPREF"/>
+ <int value="984" label="SETTINGSPRIVATE_SETSTRINGPREF"/>
+ <int value="985" label="SETTINGSPRIVATE_SETURLPREF"/>
+ <int value="986" label="SETTINGSPRIVATE_GETALLPREFS"/>
+ <int value="987" label="SETTINGSPRIVATE_GETPREF"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698