diff options
Diffstat (limited to 'chrome/browser/browser_init.h')
-rw-r--r-- | chrome/browser/browser_init.h | 4 |
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. |