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

Unified Diff: content/shell/shell_resource_context.cc

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.cc
diff --git a/content/shell/shell_resource_context.cc b/content/shell/shell_resource_context.cc
index 4d247e4f027177dd2102ac4a0050dc0d2d086ba7..20407b93fe2c0e7554e627b58fa28110a4482e4d 100644
--- a/content/shell/shell_resource_context.cc
+++ b/content/shell/shell_resource_context.cc
@@ -15,6 +15,10 @@ ShellResourceContext::ShellResourceContext(
ShellResourceContext::~ShellResourceContext() {
}
+void ShellResourceContext::StartTearDown() {
+ getter_->StartTearDown();
+}
+
net::HostResolver* ShellResourceContext::GetHostResolver() {
return getter_->host_resolver();
}

Powered by Google App Engine
This is Rietveld 408576698