Index: chrome/browser/ui/startup/startup_browser_creator_impl.h |
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
index b1e86cdca8d4eca4dab9e433759d199b91f20fd3..8103e208e2145bb205fba476f4540029cfd4c912 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_; |