summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 21:55:21 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 21:55:21 +0000
commit7c27203a71841cb6de9b630ff4730a13f454a90a (patch)
tree9fba51a19fca8a11ceb7a29500ec5b44eda175c6 /chrome/browser/browser_init.cc
parent8ada8c50ea727c2fa0a93a7ac1e7256a80a2e53f (diff)
downloadchromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.zip
chromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.tar.gz
chromium_src-7c27203a71841cb6de9b630ff4730a13f454a90a.tar.bz2
Get rid of --start-renderers-manually since it's been broken for a long time (the browser needs the renderer's handle to duplicate handles).
Review URL: http://codereview.chromium.org/43035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11379 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_init.cc')
-rw-r--r--chrome/browser/browser_init.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/browser_init.cc b/chrome/browser/browser_init.cc
index eb9e965..328507cb 100644
--- a/chrome/browser/browser_init.cc
+++ b/chrome/browser/browser_init.cc
@@ -417,8 +417,7 @@ void BrowserInit::LaunchWithProfile::AddStartupURLs(
bool BrowserInit::ProcessCommandLine(
const CommandLine& command_line, const std::wstring& cur_dir,
- PrefService* prefs, bool process_startup, Profile* profile,
- int* return_code) {
+ bool process_startup, Profile* profile, int* return_code) {
DCHECK(profile);
if (process_startup) {
const std::wstring popup_count_string =
@@ -473,9 +472,6 @@ bool BrowserInit::ProcessCommandLine(
// Allow the command line to override the persisted setting of home page.
SetOverrideHomePage(command_line, profile->GetPrefs());
- if (command_line.HasSwitch(switches::kBrowserStartRenderersManually))
- prefs->transient()->SetBoolean(prefs::kStartRenderersManually, true);
-
bool silent_launch = false;
if (command_line.HasSwitch(switches::kAutomationClientChannelID)) {
std::wstring automation_channel_id =