diff options
Diffstat (limited to 'chrome/browser/browser_main.cc')
-rw-r--r-- | chrome/browser/browser_main.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc index 82c2ac2..d5b6d7f 100644 --- a/chrome/browser/browser_main.cc +++ b/chrome/browser/browser_main.cc @@ -1598,8 +1598,9 @@ int BrowserMain(const MainFunctionParams& parameters) { // TODO(hclam): Need to check for cloud print proxy too. if (parsed_command_line.HasSwitch(switches::kEnableRemoting)) { if (user_prefs->GetBoolean(prefs::kRemotingHasSetupCompleted)) { - ServiceProcessControl* control = ServiceProcessControlManager::instance() - ->GetProcessControl(profile); + ServiceProcessControl* control = + ServiceProcessControlManager::GetInstance()->GetProcessControl( + profile); control->Launch(NULL, NULL); } } |