| Index: content/child/npapi/webplugin_delegate_impl.cc
|
| ===================================================================
|
| --- content/child/npapi/webplugin_delegate_impl.cc (revision 245717)
|
| +++ content/child/npapi/webplugin_delegate_impl.cc (working copy)
|
| @@ -314,7 +314,8 @@
|
| bool notify_redirects,
|
| bool is_plugin_src_load,
|
| int origin_pid,
|
| - int render_frame_id) {
|
| + int render_frame_id,
|
| + int render_view_id) {
|
| // TODO(jam): once we switch over to resource loading always happening in this
|
| // code path, remove WebPluginResourceClient abstraction.
|
| PluginStreamUrl* plugin_stream = instance()->CreateStream(
|
| @@ -324,7 +325,7 @@
|
| plugin_stream->SetPluginURLFetcher(new PluginURLFetcher(
|
| plugin_stream, url, first_party_for_cookies, method, buf, len,
|
| referrer, notify_redirects, is_plugin_src_load, origin_pid,
|
| - render_frame_id, resource_id, copy_stream_data));
|
| + render_frame_id, render_view_id, resource_id, copy_stream_data));
|
| }
|
|
|
| } // namespace content
|
|
|