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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1683953002: Remove unused DataReductionProxy code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.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 c523506ac08a8e3121b06dabe9ffa8b95b867cbe..0de2900bfe706cce0e296f3b17f904f9da50d6d5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6432,6 +6432,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DataReductionProxy.ConfigFetchLostBytesCL">
+ <obsolete>
+ Removed in Feb. 2016
+ </obsolete>
<owner>bengr@chromium.org</owner>
<summary>
Size of the response body. This is the actual number of bytes received,
@@ -6442,6 +6445,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DataReductionProxy.ConfigFetchLostBytesDiff">
+ <obsolete>
+ Removed in Feb. 2016
+ </obsolete>
<owner>bengr@chromium.org</owner>
<summary>
The difference between the size specified in the X-Original-Content-Length
@@ -6454,6 +6460,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="DataReductionProxy.ConfigFetchLostBytesOCL">
+ <obsolete>
+ Removed in Feb. 2016
+ </obsolete>
<owner>bengr@chromium.org</owner>
<summary>
Size specified in the X-Original-Content-Length header. If this header is
@@ -82969,6 +82978,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</histogram_suffixes>
<histogram_suffixes name="DataReductionProxyConfigFetchLostBytes" separator="_">
+ <obsolete>
+ Removed in Feb 2016.
+ </obsolete>
<suffix name="0" label="Bucket 0 for gathering multiple data points."/>
<suffix name="1" label="Bucket 1 for gathering multiple data points."/>
<suffix name="2" label="Bucket 2 for gathering multiple data points."/>
« no previous file with comments | « ios/chrome/browser/data_reduction_proxy/ios_chrome_data_reduction_proxy_io_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698