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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1060993003: [Extensions UI] Use developerPrivate API for profile configuration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 7ad45ad67342161abecee91f721a28693af3629a..2d49e7a8353dc3fbb7e055a5dfaaae91663a37f2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50314,6 +50314,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="997" label="BLUETOOTHPRIVATE_SETDISCOVERYFILTER"/>
<int value="998" label="FILESYSTEM_GETVOLUMELIST"/>
<int value="999" label="NETWORKINGPRIVATE_GETDEVICESTATES"/>
+ <int value="1000" label="DEVELOPERPRIVATE_GETPROFILECONFIGURATION"/>
+ <int value="1001" label="DEVELOPERPRIVATE_UPDATEPROFILECONFIGURATION"/>
</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