Chromium Code Reviews

Unified Diff: chrome/browser/browser_shutdown.cc

Issue 5685007: Rename all methods accessing Singleton<T> as GetInstance(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/cert_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_shutdown.cc
diff --git a/chrome/browser/browser_shutdown.cc b/chrome/browser/browser_shutdown.cc
index e136ef85130298f0ce961f065cf0e4eccf6e1113..d115cf5d5e44f71ec0d011d01414431d586102e8 100644
--- a/chrome/browser/browser_shutdown.cc
+++ b/chrome/browser/browser_shutdown.cc
@@ -121,7 +121,7 @@ void Shutdown() {
NewRunnableFunction(&ChromePluginLib::UnloadAllPlugins));
// Shutdown all IPC channels to service processes.
- ServiceProcessControlManager::instance()->Shutdown();
+ ServiceProcessControlManager::GetInstance()->Shutdown();
// WARNING: During logoff/shutdown (WM_ENDSESSION) we may not have enough
// time to get here. If you have something that *must* happen on end session,
« no previous file with comments | « chrome/browser/browser_process_impl.cc ('k') | chrome/browser/cert_store.h » ('j') | no next file with comments »

Powered by Google App Engine