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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1080673004: Remove network load flags not used in net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed errors due to missing changes. 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
« no previous file with comments | « 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 212078902ff235aff78473cb6912554f4446fa6c..ab123224f2860a2b8f78e77c1057028c1e7c0773 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12075,6 +12075,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.
@@ -57558,6 +57561,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)."/>
« no previous file with comments | « net/http/http_cache_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698