diff options
author | jochen <jochen@chromium.org> | 2014-11-19 01:51:04 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-19 09:51:22 +0000 |
commit | f71428e2754483bed8b8959cab09a359ce18d8e4 (patch) | |
tree | a8374e8cd7a3a50fcc7a2428f70d4e6ea2e293fc /content/renderer/npapi/webplugin_delegate_proxy.h | |
parent | 48bbd92e73821abc6896e56527f6b9d3320bbf55 (diff) | |
download | chromium_src-f71428e2754483bed8b8959cab09a359ce18d8e4.zip chromium_src-f71428e2754483bed8b8959cab09a359ce18d8e4.tar.gz chromium_src-f71428e2754483bed8b8959cab09a359ce18d8e4.tar.bz2 |
Use content::Referrer to pass around referrers in the plugin code
BUG=434628
R=bauerb@chromium.org,mkwst@chromium.org
Review URL: https://codereview.chromium.org/736743003
Cr-Commit-Position: refs/heads/master@{#304791}
Diffstat (limited to 'content/renderer/npapi/webplugin_delegate_proxy.h')
-rw-r--r-- | content/renderer/npapi/webplugin_delegate_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/renderer/npapi/webplugin_delegate_proxy.h b/content/renderer/npapi/webplugin_delegate_proxy.h index 5b8c62c..2a308de 100644 --- a/content/renderer/npapi/webplugin_delegate_proxy.h +++ b/content/renderer/npapi/webplugin_delegate_proxy.h @@ -137,7 +137,7 @@ class WebPluginDelegateProxy const std::string& method, const char* buf, unsigned int len, - const GURL& referrer, + const Referrer& referrer, bool notify_redirects, bool is_plugin_src_load, int origin_pid, |