| Index: mojo/shell/runner/host/in_process_native_runner.h
|
| diff --git a/mojo/shell/runner/host/in_process_native_runner.h b/mojo/shell/runner/host/in_process_native_runner.h
|
| index 9f633964eb8307a81beea106dfa05f1096f59402..675ea8d9568c4e6b042eb0abead701cfb1ad6967 100644
|
| --- a/mojo/shell/runner/host/in_process_native_runner.h
|
| +++ b/mojo/shell/runner/host/in_process_native_runner.h
|
| @@ -30,11 +30,10 @@ class InProcessNativeRunner : public NativeRunner,
|
| ~InProcessNativeRunner() override;
|
|
|
| // NativeRunner:
|
| - void Start(
|
| + mojom::ShellClientPtr Start(
|
| const base::FilePath& app_path,
|
| const Identity& target,
|
| bool start_sandboxed,
|
| - InterfaceRequest<mojom::ShellClient> request,
|
| const base::Callback<void(base::ProcessId)>& pid_available_callback,
|
| const base::Closure& app_completed_callback) override;
|
|
|
|
|