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

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

Issue 2777823002: Bypass DRP if a redirect cycle is detected (Closed)
Patch Set: ryansturm comments Created 3 years, 9 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 | « components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ('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 b9111bb3ddfc3f3016e3dcb3737f9482bcee38ae..d6d5bdc1b9054f3966fcb92f7118605d3ec79dea 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -116801,6 +116801,7 @@ from previous Chrome versions.
<suffix name="NetworkErrorProxyCertificateInvalid"
label="Bypass due to invalid proxy certificate"/>
<suffix name="NetworkErrorOther" label="Bypass due to any network error"/>
+ <suffix name="URLRedirectCycle" label="Bypass due to URL redirect cycle"/>
<affected-histogram name="DataReductionProxy.BypassedBytes"/>
</histogram_suffixes>
« no previous file with comments | « components/data_reduction_proxy/core/common/data_reduction_proxy_headers_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698