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

Unified Diff: chrome/service/service_process.cc

Issue 10912132: Move ProxyConfigService construction onto the IO thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjust comments 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: chrome/service/service_process.cc
diff --git a/chrome/service/service_process.cc b/chrome/service/service_process.cc
index f820f938d6401a95a76f0692788265fd65ed5c82..1d3c0e171cf3998df395e4ddb7064050c03a72e1 100644
--- a/chrome/service/service_process.cc
+++ b/chrome/service/service_process.cc
@@ -209,6 +209,7 @@ bool ServiceProcess::Initialize(MessageLoopForUI* message_loop,
}
bool ServiceProcess::Teardown() {
+ request_context_getter_->StartTearDown();
service_prefs_.reset();
cloud_print_proxy_.reset();

Powered by Google App Engine
This is Rietveld 408576698