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

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

Issue 659573003: Log mixed script shield events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('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 01e6809e03ca3e89f81aeb43d388576ee5f0ddf2..5e22b75a3a59eecae5428897d1f25f7a7b3ee3ba 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -3064,6 +3064,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ContentSettings.MixedScript"
+ enum="ContentSettingMixedScriptAction">
+ <owner>lgarron@chromium.org</owner>
+ <summary>
+ Tracks whether the mixed content shield was shown, and how the user
+ interacted with it.
+ </summary>
+</histogram>
+
<histogram name="ContentSettings.PermissionActions" enum="PermissionAction">
<owner>miguelg@chromium.org</owner>
<summary>
@@ -39807,6 +39816,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="4" label="SESSION_ONLY"/>
</enum>
+<enum name="ContentSettingMixedScriptAction" type="int">
+ <int value="0" label="Displayed shield"/>
+ <int value="1" label="Displayed bubble"/>
+ <int value="2" label="Clicked 'Load unsafe scripts'"/>
+ <int value="3" label="Clicked 'Learn more'"/>
+</enum>
+
<enum name="CookieDeletionCause" type="int">
<summary>Reason why a cookie was removed from the cookie store</summary>
<int value="0" label="explicit">
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698