summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/startup/startup_browser_creator_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/startup/startup_browser_creator_impl.h')
-rw-r--r--chrome/browser/ui/startup/startup_browser_creator_impl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h
index b1e86cd..8103e20 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h
@@ -145,12 +145,6 @@ class StartupBrowserCreatorImpl {
// 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 base::FilePath cur_dir_;
const base::CommandLine& command_line_;
Profile* profile_;