| Index: chrome/plugin/webplugin_proxy.cc
|
| ===================================================================
|
| --- chrome/plugin/webplugin_proxy.cc (revision 12476)
|
| +++ chrome/plugin/webplugin_proxy.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| return channel_->Send(msg);
|
| }
|
|
|
| -void WebPluginProxy::SetWindow(HWND window, HANDLE pump_messages_event) {
|
| +bool WebPluginProxy::SetWindow(HWND window, HANDLE pump_messages_event) {
|
| HANDLE pump_messages_event_for_renderer = NULL;
|
|
|
| if (pump_messages_event) {
|
| @@ -104,6 +104,8 @@
|
|
|
| Send(new PluginHostMsg_SetWindow(route_id_, window,
|
| pump_messages_event_for_renderer));
|
| +
|
| + return false;
|
| }
|
|
|
| void WebPluginProxy::CancelResource(int id) {
|
|
|