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

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

Issue 11137031: If chrome in desktop mode on Windows 8 defers to Windows 8 metro chrome, then we only want to creat… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/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
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_;

Powered by Google App Engine
This is Rietveld 408576698