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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 675783005: QUIC - Always pesist 200 MRU alternate protocols to preferences file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Persist only 200 MRU AlternateProtocolHostPortPairs Created 6 years, 1 month 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 e93b6fed5117bf81a61998f9f9e443fcde28292f..daeadf17ca7b51832fead3e5f1a05631ff940b07 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14736,6 +14736,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.AlternateProtocolUsage.1000Truncated"
enum="AlternateProtocolUsage">
+ <obsolete>
+ Deprecated 10/2014.
+ </obsolete>
<owner>rch@chromium.org</owner>
<summary>
Breakdown of how requests which could potentially make use of an alternate
@@ -14746,6 +14749,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<histogram name="Net.AlternateProtocolUsage.200Truncated"
enum="AlternateProtocolUsage">
+ <obsolete>
+ Deprecated 10/2014.
+ </obsolete>
<owner>rch@chromium.org</owner>
<summary>
Breakdown of how requests which could potentially make use of an alternate
« net/http/http_server_properties_manager.cc ('K') | « net/http/http_stream_factory_impl_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698