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

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: Sync + merge conflicts in histogram 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 bc7a43e7e94c75b84eaca3097f58a92f08b2a715..ec3593818b766256bb93a92a9cca9782aaf224c6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49313,6 +49313,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="980" label="FILEMANAGERPRIVATE_ENABLEEXTERNALFILESCHEME"/>
<int value="981" label="DEVELOPERPRIVATE_UPDATEEXTENSIONCONFIGURATION"/>
<int value="982" label="DEVELOPERPRIVATE_DELETEEXTENSIONERRORS"/>
+ <int value="983" label="SETTINGSPRIVATE_SETBOOLEANPREF"/>
+ <int value="984" label="SETTINGSPRIVATE_SETNUMERICPREF"/>
+ <int value="985" label="SETTINGSPRIVATE_SETSTRINGPREF"/>
+ <int value="986" label="SETTINGSPRIVATE_SETURLPREF"/>
+ <int value="987" label="SETTINGSPRIVATE_GETALLPREFS"/>
+ <int value="988" label="SETTINGSPRIVATE_GETPREF"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698