| Index: chrome/app/mash/mash_runner.cc
|
| diff --git a/chrome/app/mash/mash_runner.cc b/chrome/app/mash/mash_runner.cc
|
| index 4dbcb18f86eb16beac2ddc34d74aff323c8a4644..9ebb979e067960547773a2f09214941d5fc7d921 100644
|
| --- a/chrome/app/mash/mash_runner.cc
|
| +++ b/chrome/app/mash/mash_runner.cc
|
| @@ -148,7 +148,6 @@ class NativeRunnerDelegateImpl : public shell::NativeRunnerDelegate {
|
| void AdjustCommandLineArgumentsForTarget(
|
| const shell::Identity& target,
|
| base::CommandLine* command_line) override {
|
| - command_line->AppendSwitch(switches::kWaitForMojoShell);
|
| if (target.name() != "exe:chrome") {
|
| if (target.name() == "exe:chrome_mash")
|
| ChangeChromeMashToChrome(command_line);
|
|
|