| Index: chrome/browser/browser_main.cc
|
| diff --git a/chrome/browser/browser_main.cc b/chrome/browser/browser_main.cc
|
| index 274cd002565e5e69cdd7fdc3b9d938d02fab35ba..f4d8fb8e6ce640aa1de8dd31fca50bfbcd3ddb97 100644
|
| --- a/chrome/browser/browser_main.cc
|
| +++ b/chrome/browser/browser_main.cc
|
| @@ -1759,20 +1759,6 @@ int BrowserMain(const MainFunctionParams& parameters) {
|
| ChildProcess::WaitForDebugger("Browser");
|
| }
|
|
|
| - // If remoting or cloud print proxy is enabled and setup has been completed
|
| - // we start the service process here.
|
| - // The prerequisite for running the service process is that we have IO, UI
|
| - // and PROCESS_LAUNCHER threads up and running.
|
| - // 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::GetInstance()->GetProcessControl(
|
| - profile);
|
| - control->Launch(NULL, NULL);
|
| - }
|
| - }
|
| -
|
| #if defined(OS_CHROMEOS)
|
| // Run the Out of Memory priority manager while in this scope. Wait
|
| // until here to start so that we give the most amount of time for
|
|
|