| Index: shell/in_process_native_runner.h
|
| diff --git a/shell/in_process_native_runner.h b/shell/in_process_native_runner.h
|
| index 0d5e8703139c1aad387bb79ebdc3ebc05bad95ff..41065c1998e6653fde79926f149cfa6a120c65a4 100644
|
| --- a/shell/in_process_native_runner.h
|
| +++ b/shell/in_process_native_runner.h
|
| @@ -28,7 +28,6 @@ class InProcessNativeRunner : public NativeRunner,
|
|
|
| // |NativeRunner| method:
|
| void Start(const base::FilePath& app_path,
|
| - NativeApplicationCleanup cleanup,
|
| mojo::InterfaceRequest<mojo::Application> application_request,
|
| const base::Closure& app_completed_callback) override;
|
|
|
| @@ -37,7 +36,6 @@ class InProcessNativeRunner : public NativeRunner,
|
| void Run() override;
|
|
|
| base::FilePath app_path_;
|
| - NativeApplicationCleanup cleanup_;
|
| mojo::InterfaceRequest<mojo::Application> application_request_;
|
| base::Callback<bool(void)> app_completed_callback_runner_;
|
|
|
|
|