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

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

Issue 2832503002: Fix double session-restore bug. (Closed)
Patch Set: Fix unittest. Created 3 years, 8 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
diff --git a/chrome/browser/ui/startup/startup_browser_creator_impl.h b/chrome/browser/ui/startup/startup_browser_creator_impl.h
index 7094147882f49397964f3df8924f3f438110fa3c..17aec3a958e55d5baea35cf3cccba08b3c335ce8 100644
--- a/chrome/browser/ui/startup/startup_browser_creator_impl.h
+++ b/chrome/browser/ui/startup/startup_browser_creator_impl.h
@@ -98,11 +98,10 @@ class StartupBrowserCreatorImpl {
// Boolean flags used to indicate state for DetermineBrowserOpenBehavior.
enum BehaviorFlags {
- PROCESS_STARTUP = (1 << 0),
- IS_POST_CRASH_LAUNCH = (1 << 1),
- HAS_RESTORE_SWITCH = (1 << 2),
- HAS_NEW_WINDOW_SWITCH = (1 << 3),
- HAS_CMD_LINE_TABS = (1 << 4),
+ PROCESS_STARTUP = (1 << 0),
+ IS_POST_CRASH_LAUNCH = (1 << 1),
+ HAS_NEW_WINDOW_SWITCH = (1 << 2),
+ HAS_CMD_LINE_TABS = (1 << 3),
};
using BrowserOpenBehaviorOptions = uint32_t;
« 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