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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 396033002: Support "always allow" for runtime script execution (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactoring, minor changes Created 6 years, 4 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 d1f16e78ab6346bd982e90214b51f836742054e1..c2fb6a10cf2e022553ced22505a66186a2b7e6ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6951,6 +6951,17 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.ActiveScriptController.AlwaysRunCount"
+ units="Extension Count">
+ <owner>kalman@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The number of times the user has given a host persistent permission to run
+ script injections. Recorded when &quot;Always Run&quot; is clicked in the
+ context menu of a script injection request.
+ </summary>
+</histogram>
+
<histogram name="Extensions.ActiveScriptController.DeniedExtensions"
units="Extension Count">
<owner>kalman@chromium.org</owner>
« extensions/common/url_pattern_unittest.cc ('K') | « extensions/common/url_pattern_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698