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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1988933003: Revert "Introduce AncestorThrottle, which will process 'X-Frame-Options' headers." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/platform/network/HTTPParsers.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 58c7654fd9861cf3f0fb2a1a54e8451fdbe6d0d9..777b2e7c384ebf559eb71b3c1a426d001823e7d8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65669,7 +65669,6 @@ 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"/>
@@ -79845,7 +79844,6 @@ 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"/>
Alexei Svitkine (slow) 2016/05/17 21:22:17 Nit: Can you keep these values here? So that they
<int value="100" label="CONNECTION_CLOSED"/>
<int value="101" label="CONNECTION_RESET"/>
<int value="102" label="CONNECTION_REFUSED"/>
« no previous file with comments | « 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