Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1145)

Unified Diff: chrome/browser/ui/startup/startup_browser_creator_impl.h

Issue 11195050: Merge 162279 - If chrome in desktop mode on Windows 8 defers to Windows 8 metro chrome, then we onl… (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/startup/startup_browser_creator_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/startup/startup_browser_creator_impl.h
===================================================================
--- chrome/browser/ui/startup/startup_browser_creator_impl.h (revision 162788)
+++ 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_;
« no previous file with comments | « no previous file | chrome/browser/ui/startup/startup_browser_creator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698