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

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

Issue 2308513002: CSP: Measure whether we can treat '<meta http-refresh>' as inline script. (Closed)
Patch Set: Rebase+Histogram Created 4 years, 3 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 | « third_party/WebKit/Source/core/loader/HttpEquiv.cpp ('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 289460b043db35c03058313d19c55999c19bef76..6e39e7f210b0c3caae848a2da5c053faf580612e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80406,6 +80406,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1544" label="BlockedSniffingAudioToScript"/>
<int value="1545" label="BlockedSniffingVideoToScript"/>
<int value="1546" label="BlockedSniffingCSVToScript"/>
+ <int value="1547" label="MetaSetCookie"/>
+ <int value="1548" label="MetaRefresh"/>
+ <int value="1549" label="MetaSetCookieWhenCSPBlocksInlineScript"/>
+ <int value="1550" label="MetaRefreshWhenCSPBlocksInlineScript"/>
</enum>
<enum name="FetchRequestMode" type="int">
« no previous file with comments | « third_party/WebKit/Source/core/loader/HttpEquiv.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698