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

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: Update the permission message 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
« no previous file with comments | « third_party/closure_compiler/externs/settings_private.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index dcf9937441859fbe58b3e5da5487ec20deefcd5b..9da66b4f53f870f7e9d3d77c99eae91c941251d3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49373,6 +49373,12 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="982" label="DEVELOPERPRIVATE_DELETEEXTENSIONERRORS"/>
<int value="983" label="FILEMANAGERPRIVATE_ISPIEXLOADERENABLED"/>
<int value="984" label="HOTWORDPRIVATE_SPEAKERMODELEXISTSRESULT"/>
+ <int value="985" label="SETTINGSPRIVATE_SETBOOLEANPREF"/>
+ <int value="986" label="SETTINGSPRIVATE_SETNUMERICPREF"/>
+ <int value="987" label="SETTINGSPRIVATE_SETSTRINGPREF"/>
+ <int value="988" label="SETTINGSPRIVATE_SETURLPREF"/>
+ <int value="989" label="SETTINGSPRIVATE_GETALLPREFS"/>
+ <int value="990" label="SETTINGSPRIVATE_GETPREF"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « third_party/closure_compiler/externs/settings_private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698