diff options
Diffstat (limited to 'content/plugin/webplugin_delegate_stub.cc')
-rw-r--r-- | content/plugin/webplugin_delegate_stub.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc index 81267b5..21d8112 100644 --- a/content/plugin/webplugin_delegate_stub.cc +++ b/content/plugin/webplugin_delegate_stub.cc @@ -438,7 +438,7 @@ void WebPluginDelegateStub::OnFetchURL( params.method, data, static_cast<unsigned int>(params.post_data.size()), - params.referrer, + Referrer(params.referrer, params.referrer_policy), params.notify_redirect, params.is_plugin_src_load, channel_->renderer_id(), |