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

Unified Diff: content/shell/shell_resource_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_resource_context.h
diff --git a/content/shell/shell_resource_context.h b/content/shell/shell_resource_context.h
index 046b89a0c8c88d6c9d4a6fa7c3e3594cfbf9cf12..7dfff8d41553aaaf0460ed2adf10e2f8b97e86f0 100644
--- a/content/shell/shell_resource_context.h
+++ b/content/shell/shell_resource_context.h
@@ -18,6 +18,8 @@ class ShellResourceContext : public ResourceContext {
explicit ShellResourceContext(ShellURLRequestContextGetter* getter);
virtual ~ShellResourceContext();
+ void StartTearDown();
+
private:
// ResourceContext implementation:
virtual net::HostResolver* GetHostResolver() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698