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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2474943002: doc.write intervention warning message changed to replace cross-origin with cross site (etdl+1) (Closed)
Patch Set: Added the histogram for same site with different scheme. Created 4 years 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 463213ef34f0decc26048b637ae4ddc124f6cf13..2fb0811b8efdca947e6a1f43cbd0b6717fc917e6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41415,6 +41415,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="PageLoad.Clients.DocWrite.Block.SameSiteDiffSchemeCount">
+ <owner>shivanisha@chromium.org</owner>
+ <owner>bmcquade@chromium.org</owner>
+ <owner>jkarlin@chromium.org</owner>
+ <summary>
+ This metric measures the number of pages that have same-site but different
jkarlin 2016/11/29 16:19:12 Add commas or parens around "but different scheme"
shivanisha 2016/12/06 18:18:08 Done
+ scheme document.written scripts.
+ </summary>
+</histogram>
+
<histogram name="PageLoad.Clients.GoogleCaptcha.Events"
enum="GoogleCaptchaEvent">
<owner>mdw@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698