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

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

Issue 510353004: Fixing DataReductionProxy.BypassedBytes.LocalBypassRules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing comment and adding check if proxy is enabled 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
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.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 57cf2870374239a36267d9e56c954da44c72c716..09d56a59b2c1d299c0e42dbb2019e7439a9fc63e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -52028,6 +52028,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"
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698