| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index c7083febb46ba97db7f05f5c141c34886f0e08df..adfd0755843f0ee83ba9acaacc08ca75a4c27c26 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -81,6 +81,8 @@ class HostNPScriptObject : public HostStatusObserver {
|
| // standard LOG(INFO) and it will be sent to this method.
|
| void PostLogDebugInfo(const std::string& message);
|
|
|
| + void SetWindow(NPWindow* np_window);
|
| +
|
| private:
|
| // These state values are duplicated in the JS code. Remember to update both
|
| // copies when making changes.
|
|
|