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

Unified Diff: net/net.gyp

Issue 4194001: Implement exponential back-off mechanism and enforce it at the URLRequestHttpJob level. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
Index: net/net.gyp
===================================================================
--- net/net.gyp (revision 64189)
+++ net/net.gyp (working copy)
@@ -648,6 +648,14 @@
'spdy/spdy_stream.h',
'url_request/https_prober.h',
'url_request/https_prober.cc',
+ 'url_request/request_throttler_entry.cc',
+ 'url_request/request_throttler_entry.h',
+ 'url_request/request_throttler_entry_interface.h',
+ 'url_request/request_throttler_header_adapter.h',
+ 'url_request/request_throttler_header_adapter.cc',
+ 'url_request/request_throttler_header_interface.h',
+ 'url_request/request_throttler_manager.cc',
+ 'url_request/request_throttler_manager.h',
'url_request/url_request.cc',
'url_request/url_request.h',
'url_request/url_request_about_job.cc',
@@ -946,6 +954,7 @@
'tools/dump_cache/url_utilities.h',
'tools/dump_cache/url_utilities.cc',
'tools/dump_cache/url_utilities_unittest.cc',
+ 'url_request/request_throttler_unittest.cc',
'url_request/url_request_job_tracker_unittest.cc',
'url_request/url_request_unittest.cc',
'url_request/url_request_unittest.h',

Powered by Google App Engine
This is Rietveld 408576698