| Index: chrome/common/switch_utils.cc
|
| diff --git a/chrome/common/switch_utils.cc b/chrome/common/switch_utils.cc
|
| index 3b65b81ba171d4ed6f21b7a90614f05a620f04e1..1e796e07c477977c803ca6d5a94f3657826b9812 100644
|
| --- a/chrome/common/switch_utils.cc
|
| +++ b/chrome/common/switch_utils.cc
|
| @@ -14,6 +14,7 @@ namespace switches {
|
| // or if it does not make sense when restarting a background instance to
|
| // pick up an automatic update, be sure to add it to this list.
|
| const char* const kSwitchesToRemoveOnAutorestart[] = {
|
| + switches::kActivateExistingProfileBrowser,
|
| switches::kApp,
|
| switches::kAppId,
|
| switches::kForceFirstRun,
|
| @@ -21,6 +22,7 @@ const char* const kSwitchesToRemoveOnAutorestart[] = {
|
| switches::kNoStartupWindow,
|
| switches::kRestoreLastSession,
|
| switches::kShowAppList,
|
| + switches::kWinJumplistAction
|
| };
|
|
|
| void RemoveSwitchesForAutostart(
|
|
|