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

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

Issue 1291673003: SdchManager: remove EnableSdchSupport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Delete obsolete test Created 5 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/url_request/url_request_http_job.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 1a173f868fc7ebf597e01597b7cb6324396f750f..93f9133a347390fb4dddfcf98a01b9ebfb0c88ae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68974,8 +68974,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="95" label="PRIOR_TO_DICTIONARY"/>
<int value="96" label="DECODE_ERROR"/>
<int value="100" label="LATENCY_TEST_DISALLOWED"/>
- <int value="105" label="DISABLED"/>
- <int value="106" label="SECURE_SCHEME_NOT_SUPPORTED"/>
+ <int value="105" label="defunct (DISABLED)">
Ilya Sherman 2015/08/17 18:29:29 Optional nit: I've seen the formatting of "DISABLE
Elly Fong-Jones 2015/08/17 18:30:09 Acknowledged.
+ No longer centrally tracked, since SDCH is enabled or disabled per
+ URLRequestContext.
+ </int>
+ <int value="106" label="defunct (SECURE_SCHEME_NOT_SUPPORTED)">
+ SDCH support is now always enabled for secure schemes.
+ </int>
<int value="107" label="DICTIONARY_USED_AFTER_DELETION"/>
</enum>
« no previous file with comments | « net/url_request/url_request_http_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698