| Index: chrome/browser/ui/startup/startup_browser_creator_impl.h
|
| ===================================================================
|
| --- chrome/browser/ui/startup/startup_browser_creator_impl.h (revision 161954)
|
| +++ chrome/browser/ui/startup/startup_browser_creator_impl.h (working copy)
|
| @@ -138,6 +138,12 @@
|
| // that case.
|
| void CheckPreferencesBackup(Profile* profile);
|
|
|
| + // Function to open startup urls in an existing Browser instance for the
|
| + // profile passed in. Returns true on success.
|
| + static bool OpenStartupURLsInExistingBrowser(
|
| + Profile* profile,
|
| + const std::vector<GURL>& startup_urls);
|
| +
|
| const FilePath cur_dir_;
|
| const CommandLine& command_line_;
|
| Profile* profile_;
|
|
|