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

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

Issue 1085113002: [Extensions UI] Use developerPrivate API for repair, options, show path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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/developer_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 9ae81ac162a8f364c7e9578e422e3048bb2a5b40..f4058314871ac26e0e911059eb0a7c584aa77359 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50754,6 +50754,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1001" label="DEVELOPERPRIVATE_UPDATEPROFILECONFIGURATION"/>
<int value="1002" label="SOCKETS_UDP_SETBROADCAST"/>
<int value="1003" label="FILEMANAGERPRIVATE_GETPROVIDINGEXTENSIONS"/>
+ <int value="1004" label="WEBVIEWINTERNAL_ADDCONTENTSCRIPTS"/>
+ <int value="1005" label="WEBVIEWINTERNAL_REMOVECONTENTSCRIPTS"/>
+ <int value="1006" label="DEVELOPERPRIVATE_REPAIREXTENSION"/>
+ <int value="1007" label="DEVELOPERPRIVATE_SHOWOPTIONS"/>
+ <int value="1008" label="DEVELOPERPRIVATE_SHOWPATH"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « third_party/closure_compiler/externs/developer_private.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698