Index: chrome/common/switch_utils.cc |
diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc |
index 3b65b81ba171d4ed6f21b7a90614f05a620f04e1..22d2ceef76a22f905b1ddfb02d9830816acf5b48 100644 |
--- a/chrome/common/switch_utils.cc |
+++ b/chrome/common/switch_utils.cc |
@@ -21,6 +21,8 @@ const char* const kSwitchesToRemoveOnAutorestart[] = { |
switches::kNoStartupWindow, |
switches::kRestoreLastSession, |
switches::kShowAppList, |
+ switches::kWinJumplistAction, |
sky
2014/11/13 17:17:18
nit: sort this list.
noms (inactive)
2014/11/13 17:46:37
Eeeek. Done!
|
+ switches::kActivateExistingProfileBrowser |
}; |
void RemoveSwitchesForAutostart( |