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

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

Issue 1143303004: Add IDL and stub implementation for chrome.usersPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make isOwner a required field 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
« no previous file with comments | « third_party/closure_compiler/externs/users_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 3a3e80c4c47c5bb946681224167259eb14424af8..2a2ed70048ee4a59648934ba056c62d5de95235e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53315,6 +53315,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1042" label="DEVELOPERPRIVATE_SETSHORTCUTHANDLINGSUSPENDED"/>
<int value="1043" label="DEVELOPERPRIVATE_UPDATEEXTENSIONCOMMAND"/>
<int value="1044" label="INPUTMETHODPRIVATE_GETENCRYPTSYNCENABLED"/>
+ <int value="1045" label="USERSPRIVATE_GETWHITELISTEDUSERS"/>
+ <int value="1046" label="USERSPRIVATE_ADDWHITELISTEDUSER"/>
+ <int value="1047" label="USERSPRIVATE_REMOVEWHITELISTEDUSER"/>
+ <int value="1048" label="USERSPRIVATE_ISCURRENTUSEROWNER"/>
+ <int value="1049" label="USERSPRIVATE_ISWHITELISTMANAGED"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « third_party/closure_compiler/externs/users_private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698