Index: chrome/common/switch_utils.cc |
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc |
index e704d151c0e627207c9c5e43718c3910567cc27e..41752dab3242eeb361f4f9686785c967fb7e5fa8 100644 |
--- a/chrome/common/switch_utils.cc |
+++ b/chrome/common/switch_utils.cc |
@@ -19,7 +19,9 @@ const char* const kSwitchesToRemoveOnAutorestart[] = { |
switches::kFirstRun, |
switches::kImport, |
switches::kImportFromFile, |
- switches::kMakeDefaultBrowser |
+ switches::kMakeDefaultBrowser, |
+ switches::kNoStartupWindow, |
+ switches::kRestoreLastSession |
}; |
void RemoveSwitchesForAutostart( |