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

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

Issue 414563002: Added stats on why blacklisted requests were blacklisted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to r288872 Created 6 years, 4 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 | « net/filter/sdch_filter.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 1e561970ac2a5687de7315b95d599566b45b6952..af8b238b0052c993206b68ad5a379e9442fc380b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -27325,6 +27325,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Sdch3.BlacklistReason" enum="SdchProblemCode">
+ <owner>rdsmith@chromium.org</owner>
+ <summary>
+ The reason why a blacklist blocking a request from advertising SDCH was
+ implemented. There is one entry in this histogram per inhibited request.
+ </summary>
+</histogram>
+
<histogram name="Sdch3.Dictionary size loaded" units="bytes">
<owner>rdsmith@chromium.org</owner>
<summary>
« no previous file with comments | « net/filter/sdch_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698