| Index: mojo/shell/application_manager_apptest_driver.cc
|
| diff --git a/mojo/shell/application_manager_apptest_driver.cc b/mojo/shell/application_manager_apptest_driver.cc
|
| index 290fc32516f8eaad3e6ca489c506fdea3dce674d..dce9762bbb8013c43b57e528764e10acf633e286 100644
|
| --- a/mojo/shell/application_manager_apptest_driver.cc
|
| +++ b/mojo/shell/application_manager_apptest_driver.cc
|
| @@ -81,8 +81,7 @@ class TargetApplicationDelegate : public mojo::ApplicationDelegate,
|
|
|
| application_manager->CreateInstanceForHandle(
|
| mojo::ScopedHandle(mojo::Handle(handle.release().value())),
|
| - "exe:application_manager_apptest_target",
|
| - "0");
|
| + "exe:application_manager_apptest_target");
|
| // Put the other end on the command line used to launch the target.
|
| platform_channel_pair.PrepareToPassClientHandleToChildProcess(
|
| &child_command_line, &handle_passing_info);
|
|
|