diff options
Diffstat (limited to 'chrome/renderer/webplugin_delegate_proxy.cc')
-rw-r--r-- | chrome/renderer/webplugin_delegate_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/webplugin_delegate_proxy.cc b/chrome/renderer/webplugin_delegate_proxy.cc index 2a54c6d..fe5291e 100644 --- a/chrome/renderer/webplugin_delegate_proxy.cc +++ b/chrome/renderer/webplugin_delegate_proxy.cc @@ -312,7 +312,7 @@ bool WebPluginDelegateProxy::Initialize(const GURL& url, channel_host_ = channel_host; instance_id_ = instance_id; - channel_host_->AddRoute(instance_id_, this, false); + channel_host_->AddRoute(instance_id_, this, NULL); // Now tell the PluginInstance in the plugin process to initialize. PluginMsg_Init_Params params; |