| Index: mojo/shell/application_manager.cc
|
| diff --git a/mojo/shell/application_manager.cc b/mojo/shell/application_manager.cc
|
| index 8f685e7865b356cf5903be4eb23326802cc208b6..6c6064d33c9f5b0da71ec2253fc292075ff55118 100644
|
| --- a/mojo/shell/application_manager.cc
|
| +++ b/mojo/shell/application_manager.cc
|
| @@ -220,7 +220,7 @@ void ApplicationManager::RunNativeApplication(
|
|
|
| TRACE_EVENT1("mojo_shell", "ApplicationManager::RunNativeApplication", "path",
|
| path.AsUTF8Unsafe());
|
| - NativeRunner* runner = native_runner_factory_->Create().release();
|
| + NativeRunner* runner = native_runner_factory_->Create(path).release();
|
| native_runners_.push_back(runner);
|
| runner->Start(path, start_sandboxed, application_request.Pass(),
|
| base::Bind(&ApplicationManager::CleanupRunner,
|
|
|