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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1444253003: Use If-Range instead of If-Match/If-Unmodified-Since for partial requests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make it obvious that the interrupt reason is obsolete. Created 5 years 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 1b0350e83608e43b1ba7b675dd0810bffd312e1b..0369ca8314f0573e6473d8ff98543db7f3ae6f2f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65560,7 +65560,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="24" label="NETWORK_INVALID_REQUEST"/>
<int value="30" label="SERVER_FAILED"/>
<int value="31" label="SERVER_NO_RANGE"/>
- <int value="32" label="SERVER_PRECONDITION"/>
+ <int value="32" label="SERVER_PRECONDITION (Deprecated)"/>
<int value="33" label="SERVER_BAD_CONTENT"/>
<int value="34" label="SERVER_UNAUTHORIZED"/>
<int value="35" label="SERVER_CERT_PROBLEM"/>
« chrome/common/extensions/api/downloads.idl ('K') | « net/tools/testserver/testserver.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698