summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_init.h
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.h
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.h')
-rw-r--r--chrome/browser/browser_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/browser_init.h b/chrome/browser/browser_init.h
index 050d403..290ec12 100644
--- a/chrome/browser/browser_init.h
+++ b/chrome/browser/browser_init.h
@@ -93,8 +93,8 @@ class BrowserInit {
// ProcessSingleton::OnCopyData).
static bool 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);
// Helper function to launch a new browser based on command-line arguments
// This function takes in a specific profile to use.