Chromium Code Reviews| Index: content/plugin/webplugin_delegate_stub.cc |
| =================================================================== |
| --- content/plugin/webplugin_delegate_stub.cc (revision 245717) |
| +++ content/plugin/webplugin_delegate_stub.cc (working copy) |
| @@ -442,7 +442,8 @@ |
| params.notify_redirect, |
| params.is_plugin_src_load, |
| channel_->renderer_id(), |
| - params.render_frame_id); |
| + params.render_frame_id, |
| + webplugin_->host_render_view_routing_id()); |
| } |
| } // namespace content |