| Index: content/browser/loader/buffered_resource_handler.cc
|
| ===================================================================
|
| --- content/browser/loader/buffered_resource_handler.cc (revision 238847)
|
| +++ content/browser/loader/buffered_resource_handler.cc (working copy)
|
| @@ -444,7 +444,7 @@
|
| bool allow_wildcard = false;
|
| WebPluginInfo plugin;
|
| return PluginServiceImpl::GetInstance()->GetPluginInfo(
|
| - info->GetChildID(), info->GetRouteID(), info->GetContext(),
|
| + info->GetChildID(), info->GetRenderFrameID(), info->GetContext(),
|
| request()->url(), GURL(), response_->head.mime_type, allow_wildcard,
|
| stale, &plugin, NULL);
|
| #else
|
|
|