| Index: chrome/installer/setup/setup_util.cc
|
| diff --git a/chrome/installer/setup/setup_util.cc b/chrome/installer/setup/setup_util.cc
|
| index d671097e7a2614e9d0a536c4267c459645ceb4c3..7a45a23919b5123d16cf4245169d4811424d8bb8 100644
|
| --- a/chrome/installer/setup/setup_util.cc
|
| +++ b/chrome/installer/setup/setup_util.cc
|
| @@ -444,6 +444,9 @@ bool ContainsUnsupportedSwitch(const CommandLine& cmd_line) {
|
| // Installation of Chrome Frame.
|
| "chrome-frame",
|
| "migrate-chrome-frame",
|
| + // Stand-alone App Launcher.
|
| + "app-host",
|
| + "app-launcher",
|
| };
|
| for (size_t i = 0; i < arraysize(kLegacySwitches); ++i) {
|
| if (cmd_line.HasSwitch(kLegacySwitches[i]))
|
|
|