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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 792803007: Make Data Reduction Proxy a best effort proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 6a2c26fcc6bed77f1899a56205c5cbe18f40233b..637331cdcfcae2d1e0451025bf3e0e196ab5bd2e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58709,6 +58709,8 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="LocalBypassRules"
label="Bypass due to client-side bypass rules"/>
<suffix name="ManagedProxyConfig" label="Bypass due to a managed config"/>
sclittle 2014/12/30 22:10:41 You removed ManagedProxyConfig from usage_stats, s
bengr 2014/12/30 23:22:30 Done.
+ <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