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

Unified Diff: content/shell/shell_browser_context.h

Issue 10912132: Move ProxyConfigService construction onto the IO thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove extra blank line Created 8 years, 2 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: content/shell/shell_browser_context.h
diff --git a/content/shell/shell_browser_context.h b/content/shell/shell_browser_context.h
index 4386a80bd2519036b0c76067e17f48d297e759d8..098c667ece0534510f6de460dbf10ea5c09171c1 100644
--- a/content/shell/shell_browser_context.h
+++ b/content/shell/shell_browser_context.h
@@ -15,7 +15,7 @@
namespace content {
class DownloadManagerDelegate;
-class ResourceContext;
+class ShellResourceContext;
class ShellDownloadManagerDelegate;
class ShellBrowserContext : public BrowserContext {
@@ -54,7 +54,7 @@ class ShellBrowserContext : public BrowserContext {
bool ignore_certificate_errors_;
ScopedTempDir testing_path_;
FilePath path_;
- scoped_ptr<ResourceContext> resource_context_;
+ scoped_ptr<ShellResourceContext> resource_context_;
scoped_refptr<ShellDownloadManagerDelegate> download_manager_delegate_;
scoped_refptr<net::URLRequestContextGetter> url_request_getter_;

Powered by Google App Engine
This is Rietveld 408576698