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

Side-by-side diff isn't available for this file because of its large size.
Issue 510353004: Fixing DataReductionProxy.BypassedBytes.LocalBypassRules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments Created 6 years, 3 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 09608f0a3c8790371c085cebeec59e25ac939544..8b79ad8cac874bc9d513521df3719adf93b6be12 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -51672,6 +51672,7 @@ 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="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