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

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

Issue 814183002: Record eTLD+1 for pages that show the mixed content shield. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing browser_process import. Created 5 years, 11 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 | « chrome/renderer/content_settings_observer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index 2c60f71645c68c6ad63b2ae9e03c5de378bdddb2..7fbe8ba2b8a860734bd867cea2c7ca00749a6b23 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -66,6 +66,16 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
+ type="ETLD_PLUS_ONE">
+ <owner>lgarron@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a mixed script shield. Note: this does
+ *not* include pages with mixed scripts where the user has already clicked
+ through the shield.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Search.DefaultSearchProvider" type="ETLD_PLUS_ONE">
<owner>holte@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698