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

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

Issue 16370002: Add Extensions.BackgroundPageType histogram. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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 b8f631645580ba5bb8014c75829994d4c99806bf..49a20f344821fc9bfffa391f6ea8024faf825dfd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1654,6 +1654,11 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Extensions.BackgroundPageType"
+ units="ExtensionBackgroundPageType">
+ <summary>The type (if any) of background page the extension has.</summary>
jar (doing other things) 2013/06/04 23:53:59 nit: Please indicate when this is samples, such as
Matt Perry 2013/06/05 00:04:22 Done.
+</histogram>
+
<histogram name="Extensions.DisabledUIUserResponse"
enum="ExtensionDisabledUIUserResponse">
<summary>
@@ -11625,6 +11630,12 @@ other types of suffix sets.
<int value="11004" label="WSANO_DATA"/>
</enum>
+<enum name="ExtensionBackgroundPageType" type="int">
+ <int value="0" label="None"/>
+ <int value="1" label="Persistent"/>
+ <int value="2" label="Event Page"/>
+</enum>
+
<enum name="ExtensionDisabledUIUserResponse" type="int">
<int value="0" label="IGNORED"/>
<int value="1" label="REENABLE"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698