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

Unified Diff: chrome/browser/io_thread.h

Issue 10440119: Introduce a delegate to avoid hardcoding "chrome-extension" in net/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pure merge to LKGR Created 8 years, 6 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 | chrome/browser/io_thread.cc » ('j') | net/url_request/url_request_throttler_entry_interface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index e74f43be1d27e605b61b0326ff7b1fef5f65c28d..e8c220fa470b321dc47398d0cf1438e50f5ac91c 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -47,6 +47,7 @@ class TransportSecurityState;
class URLRequestContext;
class URLRequestContextGetter;
class URLRequestThrottlerManager;
+class URLRequestThrottlerManagerDelegate;
class URLSecurityManager;
} // namespace net
@@ -87,6 +88,8 @@ class IOThread : public content::BrowserThreadDelegate {
proxy_script_fetcher_http_transaction_factory;
scoped_ptr<net::FtpTransactionFactory>
proxy_script_fetcher_ftp_transaction_factory;
+ scoped_ptr<net::URLRequestThrottlerManagerDelegate>
+ throttler_manager_delegate;
scoped_ptr<net::URLRequestThrottlerManager> throttler_manager;
scoped_ptr<net::URLSecurityManager> url_security_manager;
// TODO(willchan): Remove proxy script fetcher context since it's not
« no previous file with comments | « no previous file | chrome/browser/io_thread.cc » ('j') | net/url_request/url_request_throttler_entry_interface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698