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

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

Issue 1617043002: Introduce AncestorThrottle, which will process 'X-Frame-Options' headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@block-response
Patch Set: Test+ErrorPage Created 4 years, 8 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 6ff7f086d08cf83c1893e326832b630ab8849937..0aa3ce8532d50d8805eefcde29dfa38da0e0caec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64798,6 +64798,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="-102" label="CONNECTION_REFUSED"/>
<int value="-101" label="CONNECTION_RESET"/>
<int value="-100" label="CONNECTION_CLOSED"/>
+ <int value="-27" label="BLOCKED_BY_RESPONSE"/>
<int value="-26" label="CONTEXT_SHUT_DOWN"/>
<int value="-25" label="UPLOAD_STREAM_REWIND_NOT_SUPPORTED"/>
<int value="-24" label="BLOCKED_ENROLLMENT_CHECK_PENDING"/>
@@ -78708,6 +78709,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="24" label="BLOCKED_ENROLLMENT_CHECK_PENDING"/>
<int value="25" label="UPLOAD_STREAM_REWIND_NOT_SUPPORTED"/>
<int value="26" label="CONTEXT_SHUT_DOWN"/>
+ <int value="27" label="BLOCKED_BY_RESPONSE"/>
<int value="100" label="CONNECTION_CLOSED"/>
<int value="101" label="CONNECTION_RESET"/>
<int value="102" label="CONNECTION_REFUSED"/>
« net/base/net_error_list.h ('K') | « third_party/WebKit/Source/platform/network/HTTPParsers.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698