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

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

Issue 1048303004: Added new BypassedBytes.Current histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 5 years, 9 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/core/browser/data_reduction_proxy_bypass_stats_unittest.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 af3557009cb980f09c10a39ae73907ad37a8078b..e38fb49c55040f77230a85ae112db5ca0aca57c9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63285,6 +63285,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="ProxyOverridden"
label="Bypass due to another proxy taking precedence"/>
<suffix name="Current" label="Bypass due to explicit instruction"/>
+ <suffix name="CurrentAudioVideo"
+ label="Bypass due to explicit instruction for audio/video"/>
+ <suffix name="CurrentApplicationOctetStream"
+ label="Bypass due to explicit instruction for
+ 'application/octet-stream' content type"/>
<suffix name="ShortAll" label="Short bypass"/>
<suffix name="ShortTriggeringRequest"
label="Triggering request short bypass"/>
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698