Chromium Code Reviews| 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..7d3a635ada4af707c7792e0687c0ea8082821a80 100644 |
| --- a/chrome/browser/ui/startup/startup_browser_creator_impl.h |
| +++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h |
| @@ -106,6 +106,13 @@ class StartupBrowserCreatorImpl { |
| void ProcessLaunchURLs(bool process_startup, |
| const std::vector<GURL>& urls_to_open); |
| + void ProcessLaunchURLsUsingConsolidatedFlow( |
| + bool process_startup, |
| + const std::vector<GURL>& urls_to_open); |
| + |
| + Browser* MaybeRestoreSession(const std::vector<GURL>& urls, |
|
grt (UTC plus 2)
2016/07/29 06:56:15
be consistent with arg ordering
|
| + 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 |