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

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

Issue 1080673004: Remove network load flags not used in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove network load flags not used in net Created 5 years, 8 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
« net/http/http_cache_transaction.cc ('K') | « net/http/http_cache_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 7ffa0ec6c371ffb3c45edc8ee4a5c4a4b87d47f6..83e3afcedca400c9e1c1f2eea7acf622f638daf9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12036,6 +12036,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="HttpCache.OfflineStatus" enum="OfflineStatus">
+ <obsolete>
+ Deprecated 4/2015.
+ </obsolete>
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
Result of a main page HttpCacheTransaction if offline mode had been enabled.
@@ -57440,6 +57443,9 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="OfflineStatus" type="int">
+ <obsolete>
+ Deprecated 4/2015.
+ </obsolete>
<int value="0" label="Fresh data load from Cache"/>
<int value="1" label="Successful network request (validation or fetch)."/>
<int value="2" label="Failed network request (non-offline error)."/>
« net/http/http_cache_transaction.cc ('K') | « net/http/http_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698