Chromium Code Reviews| 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,11 @@ |
| // 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); |
|
sky
2012/10/16 22:06:15
When you wrap wrap each param to a newline.
ananta
2012/10/16 22:14:58
Done.
|
| + |
| const FilePath cur_dir_; |
| const CommandLine& command_line_; |
| Profile* profile_; |