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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 270153004: Introduce ActiveScriptController; track active extension scripts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index faef4a334f99294754ad4d26e7ecd6fd05fbf0dc..c67046a7f621c4724215d90a5e759dbae29b1abf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5725,6 +5725,27 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.ActiveScriptController.PreventableAdInjectors"
+ units="Extension Count">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The number of extensions per page that injected an ad and could have been
+ stopped if the user had declined script injection. This is related to the
+ ActivityLog metrics, ExtensionActivity.Ad*.
Ilya Sherman 2014/05/09 21:47:17 Please document when this is recorded -- also when
Devlin 2014/05/09 22:23:29 Done.
+ </summary>
+</histogram>
+
+<histogram name="Extensions.ActiveScriptController.ShownActiveScriptsOnPage"
+ units="Number of Actions">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The number of extensions which would display an Active Script Running
+ indiciation to the user. Recorded at page close.
+ </summary>
+</histogram>
+
<histogram name="Extensions.AllocatePortIdPairOverflow">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698