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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 314173002: Bypass data reduction proxy if no handler is found for a 407 error. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@benpatch
Patch Set: Created 6 years, 6 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
« net/proxy/proxy_service.h ('K') | « net/proxy/proxy_service.h ('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 c2fd7d37eab4039981be042eb11627f6fe788b5f..ad56dd43c34c187bdb0804d5981f43489a83ba30 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33636,6 +33636,7 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Bypass due to other error"/>
<int value="4" label="Bypass due to missing via header"/>
<int value="5" label="Bypass due to 4xx response"/>
+ <int value="6" label="Bypass due to 407 response from proxy"/>
bengr 2014/06/05 17:26:24 "Bypass due to 407 response from proxy lacking a c
Not at Google. Contact bengr 2014/06/05 17:51:53 Done.
</enum>
<enum name="DataReductionProxyProbeURLFetchResult" type="int">
« net/proxy/proxy_service.h ('K') | « net/proxy/proxy_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698