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

Unified Diff: net/base/net_log_event_type_list.h

Issue 10190002: Remove X-Retry-After support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | net/tools/testserver/backoff_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index aa8dfc74e0942b3739a528365c82da5eb945ebca..757fb4c79fd8164263be785a1a5f16c697df543c 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1286,13 +1286,6 @@ EVENT_TYPE(THROTTLING_DISABLED_FOR_HOST)
// }
EVENT_TYPE(THROTTLING_REJECTED_REQUEST)
-// Emitted when throttling entry receives an X-Retry-After header.
-// {
-// "url": <URL that was being requested>,
-// "retry_after_ms": <Milliseconds until retry-after expires>
-// }
-EVENT_TYPE(THROTTLING_GOT_CUSTOM_RETRY_AFTER)
-
// ------------------------------------------------------------------------
// DnsTransaction
// ------------------------------------------------------------------------
« no previous file with comments | « no previous file | net/tools/testserver/backoff_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698