diff options
author | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:49:34 +0000 |
---|---|---|
committer | sanjeevr@chromium.org <sanjeevr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 18:49:34 +0000 |
commit | abe2c035dd58c29f9c5f00807e502baa2cc462bc (patch) | |
tree | 45c383ddc14968e16e050938f73456e13a3fe980 /chrome/browser/io_thread.h | |
parent | 6cfef4d1548e36ecff926bdb148d9d497de4176c (diff) | |
download | chromium_src-abe2c035dd58c29f9c5f00807e502baa2cc462bc.zip chromium_src-abe2c035dd58c29f9c5f00807e502baa2cc462bc.tar.gz chromium_src-abe2c035dd58c29f9c5f00807e502baa2cc462bc.tar.bz2 |
Moved URLRequestContextGetter to net/ so it can be used by projects such as jingle.
BUG=None
TEST=Build.
Review URL: http://codereview.chromium.org/6778025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80033 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 4fa9a3e..019b594 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -22,7 +22,6 @@ class ListValue; class PrefProxyConfigTracker; class PrefService; class SystemURLRequestContextGetter; -class URLRequestContextGetter; namespace chrome_browser_net { class ConnectInterceptor; @@ -41,6 +40,7 @@ class ProxyScriptFetcher; class ProxyService; class SSLConfigService; class URLRequestContext; +class URLRequestContextGetter; class URLSecurityManager; } // namespace net @@ -115,7 +115,7 @@ class IOThread : public BrowserProcessSubThread { void ChangedToOnTheRecord(); // Returns a getter for the URLRequestContext. Only called on the UI thread. - URLRequestContextGetter* system_url_request_context_getter(); + net::URLRequestContextGetter* system_url_request_context_getter(); // Clear all network stack history, including the host cache, as well as // speculative data about subresources of visited sites, and startup-time @@ -199,7 +199,8 @@ class IOThread : public BrowserProcessSubThread { scoped_refptr<PrefProxyConfigTracker> pref_proxy_config_tracker_; - scoped_refptr<URLRequestContextGetter> system_url_request_context_getter_; + scoped_refptr<net::URLRequestContextGetter> + system_url_request_context_getter_; // Keeps track of all live ChromeURLRequestContextGetters, so the // ChromeURLRequestContexts can be released during |