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

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

Issue 2164033002: Refactoring startup logic for upcoming FRE changes (non-Win 10). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expanding refactor (WIP) Created 4 years, 5 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
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h
index 2f5652c5af5d86d4fb80a9feb4801ac1431048cb..7513a213dadb21e12ab724e5a56102fa1462129e 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h
@@ -106,6 +106,12 @@ class StartupBrowserCreatorImpl {
void ProcessLaunchURLs(bool process_startup,
const std::vector<GURL>& urls_to_open);
+ void ProcessLaunchURLsUsingNewFlow(bool process_startup,
+ const std::vector<GURL>& urls_to_open);
Roger Tawa OOO till Jul 10th 2016/07/26 15:00:26 The word "new" is discouraged in the code base, si
tmartino 2016/07/27 18:40:44 Done.
+
+ Browser* MaybeRestoreSession(const std::vector<GURL>& urls,
+ bool is_process_startup);
+
// Does the following:
// . If the user's startup pref is to restore the last session (or the
// command line flag is present to force using last session), it is

Powered by Google App Engine
This is Rietveld 408576698