| Index: remoting/host/plugin/host_script_object.cc
|
| diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
|
| index 67362a2bf1057ebb0d645497c89a6982f4f03635..74f9c161642314ac2cef21f2856b012ea16bc8bc 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -956,6 +956,10 @@ void HostNPScriptObject::PostLogDebugInfo(const std::string& message) {
|
| base::Unretained(this), message));
|
| }
|
|
|
| +void HostNPScriptObject::SetWindow(NPWindow* np_window) {
|
| + daemon_controller_->SetWindow(np_window->window);
|
| +}
|
| +
|
| void HostNPScriptObject::LocalizeStrings(NPObject* localize_func) {
|
| DCHECK(plugin_message_loop_proxy_->BelongsToCurrentThread());
|
|
|
|
|