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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 363883002: Add API stubs for GCD device commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Thu 07/10/2014 0:13:26.25 Created 6 years, 5 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 | « extensions/browser/extension_function_histogram_value.h ('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 6f66daca82bccfaab0db445ea110b1df5f221e2d..b460be5edc9779b18d2df3adfe4b534b599449ac 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38435,6 +38435,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="831" label="TABS_GETZOOM"/>
<int value="832" label="TABS_SETZOOMSETTINGS"/>
<int value="833" label="TABS_GETZOOMSETTINGS"/>
+ <int value="834" label="GCDPRIVATE_GETCOMMANDDEFS"/>
+ <int value="835" label="GCDPRIVATE_INSERTCOMMAND"/>
+ <int value="836" label="GCDPRIVATE_GETCOMMAND"/>
+ <int value="837" label="GCDPRIVATE_CANCELCOMMAND"/>
+ <int value="838" label="GCDPRIVATE_GETCOMMANDSLIST"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698