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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1143303004: Add IDL and stub implementation for chrome.usersPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a comment 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 b1c92daaddbadcb1d355629d8e257f49768e4977..b5513a61d2cfb41fd932ef2459f9e1f93327a018 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52892,6 +52892,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1039" label="PASSWORDSPRIVATE_GETPLAINTEXTPASSWORD"/>
<int value="1040" label="LAUNCHERPAGE_HIDE"/>
<int value="1041" label="PLATFORMKEYS_VERIFYTLSSERVERCERTIFICATE"/>
+ <int value="1042" label="USERSPRIVATE_GETWHITELISTEDUSERS"/>
+ <int value="1043" label="USERSPRIVATE_ADDWHITELISTEDUSER"/>
+ <int value="1044" label="USERSPRIVATE_REMOVEWHITELISTEDUSER"/>
+ <int value="1045" label="USERSPRIVATE_ISCURRENTUSEROWNER"/>
+ <int value="1046" label="USERSPRIVATE_ISWHITELISTMANAGED"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698