| Index: remoting/host/native_messaging/native_messaging_pipe.h
|
| diff --git a/remoting/host/native_messaging/native_messaging_pipe.h b/remoting/host/native_messaging/native_messaging_pipe.h
|
| index 927b8d3ffe25c916b61a4c8a283f6fc5c30b06a4..a333943e4ea9c40cdddad112a25512375f38bbb8 100644
|
| --- a/remoting/host/native_messaging/native_messaging_pipe.h
|
| +++ b/remoting/host/native_messaging/native_messaging_pipe.h
|
| @@ -26,8 +26,7 @@ class NativeMessagingPipe
|
|
|
| // Starts processing messages from the pipe.
|
| void Start(scoped_ptr<extensions::NativeMessageHost> host,
|
| - scoped_ptr<extensions::NativeMessagingChannel> channel,
|
| - const base::Closure& quit_closure);
|
| + scoped_ptr<extensions::NativeMessagingChannel> channel);
|
|
|
| // extensions::NativeMessageHost::Client implementation.
|
| void PostMessageFromNativeHost(const std::string& message) override;
|
| @@ -38,7 +37,6 @@ class NativeMessagingPipe
|
| void OnDisconnect() override;
|
|
|
| private:
|
| - base::Closure quit_closure_;
|
| scoped_ptr<extensions::NativeMessagingChannel> channel_;
|
| scoped_ptr<extensions::NativeMessageHost> host_;
|
|
|
|
|