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

Unified Diff: chrome/browser/io_thread.h

Issue 10203002: Make URLRequestThrottlerManager a member of URLRequestContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make throttler_manager() optional. 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
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 51d2ead61644a6fe2159e7dba8d810bde38a63c1..270b4c8e764881d436a251e1ed24d6919ed58e4c 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -46,6 +46,7 @@ class SSLConfigService;
class TransportSecurityState;
class URLRequestContext;
class URLRequestContextGetter;
+class URLRequestThrottlerManager;
class URLSecurityManager;
} // namespace net
@@ -107,6 +108,7 @@ class IOThread : public content::BrowserThreadDelegate {
extension_event_router_forwarder;
scoped_ptr<chrome_browser_net::HttpPipeliningCompatibilityClient>
http_pipelining_compatibility_client;
+ scoped_ptr<net::URLRequestThrottlerManager> throttler_manager;
willchan no longer on Chromium 2012/05/02 16:40:07 Move this above |system_request_context|. Since th
Jói 2012/05/02 16:45:28 Done.
};
// |net_log| must either outlive the IOThread or be NULL.

Powered by Google App Engine
This is Rietveld 408576698