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

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

Issue 792803007: Make Data Reduction Proxy a best effort proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from sclittle Created 6 years 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 6a2c26fcc6bed77f1899a56205c5cbe18f40233b..22c0475fe62c76341ddf25f9bffdfdd0d9d47b50 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58708,7 +58708,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="SSL" label="Bypass due to SSL"/>
<suffix name="LocalBypassRules"
label="Bypass due to client-side bypass rules"/>
- <suffix name="ManagedProxyConfig" label="Bypass due to a managed config"/>
+ <suffix name="ManagedProxyConfig"
+ label="Deprecated 1/9/2014 (M-41). Bypass due to a managed config"/>
+ <suffix name="ProxyOverridden"
+ label="Bypass due to another proxy taking precedence"/>
<suffix name="Current" label="Bypass due to explicit instruction"/>
<suffix name="ShortAll" label="Short bypass"/>
<suffix name="ShortTriggeringRequest"

Powered by Google App Engine
This is Rietveld 408576698