| Index: chrome/installer/setup/setup_util.cc
|
| diff --git a/chrome/installer/setup/setup_util.cc b/chrome/installer/setup/setup_util.cc
|
| index ba25f7ebb3eabc42608fc5e4969f64ed4c46e3c6..99ea3f5f8dbcda27c73db5bcd15c7d41b94a8d4f 100644
|
| --- a/chrome/installer/setup/setup_util.cc
|
| +++ b/chrome/installer/setup/setup_util.cc
|
| @@ -444,6 +444,9 @@ bool ContainsUnsupportedSwitch(const base::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]))
|
|
|