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

Unified Diff: chrome/browser/browser_main.cc

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/app/resources/locale_settings.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698