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

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: better summary 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..65479dbc63e28d830a52feb15cfba61a1a32c8f5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1654,6 +1654,14 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Extensions.BackgroundPageType"
+ units="ExtensionBackgroundPageType">
+ <summary>
+ The type (if any) of background page the extension has. Recorded for
+ installed extensions on startup.
+ </summary>
+</histogram>
+
<histogram name="Extensions.DisabledUIUserResponse"
enum="ExtensionDisabledUIUserResponse">
<summary>
@@ -11625,6 +11633,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