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

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)
@@ -572,6 +572,14 @@
'proxy/proxy_service.h',
'proxy/sync_host_resolver_bridge.cc',
'proxy/sync_host_resolver_bridge.h',
+ 'request_throttler/request_throttler_entry.cc',
+ 'request_throttler/request_throttler_entry.h',
+ 'request_throttler/request_throttler_entry_interface.h',
+ 'request_throttler/request_throttler_header_adapter.h',
+ 'request_throttler/request_throttler_header_adapter.cc',
+ 'request_throttler/request_throttler_header_interface.h',
+ 'request_throttler/request_throttler_manager.cc',
+ 'request_throttler/request_throttler_manager.h',
'socket/client_socket.cc',
'socket/client_socket.h',
'socket/client_socket_factory.cc',
@@ -919,6 +927,7 @@
'proxy/proxy_server_unittest.cc',
'proxy/proxy_service_unittest.cc',
'proxy/sync_host_resolver_bridge_unittest.cc',
+ 'request_throttler/request_throttler_unittest.cc',
'socket/client_socket_pool_base_unittest.cc',
'socket/deterministic_socket_data_unittest.cc',
'socket/socks5_client_socket_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698