Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1081)

Unified Diff: content/child/npapi/plugin_url_fetcher.cc

Issue 135973009: Don't try to guess the referrer policy, but use the one associated with the request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/referrer_policy/referrer-policy-start.html ('k') | content/child/request_extra_data.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npapi/plugin_url_fetcher.cc
diff --git a/content/child/npapi/plugin_url_fetcher.cc b/content/child/npapi/plugin_url_fetcher.cc
index 47cc0cf207d3f3fd75c14d5aebe6505f01bbb425..efc5b132bc576e3a862b2cf8bad27778238de75e 100644
--- a/content/child/npapi/plugin_url_fetcher.cc
+++ b/content/child/npapi/plugin_url_fetcher.cc
@@ -106,8 +106,7 @@ PluginURLFetcher::PluginURLFetcher(PluginStreamUrl* plugin_stream,
request_info.request_type = ResourceType::OBJECT;
request_info.routing_id = render_view_id;
- RequestExtraData extra_data(blink::WebReferrerPolicyDefault,
- blink::WebPageVisibilityStateVisible,
+ RequestExtraData extra_data(blink::WebPageVisibilityStateVisible,
base::string16(),
false,
render_frame_id,
« no previous file with comments | « chrome/test/data/referrer_policy/referrer-policy-start.html ('k') | content/child/request_extra_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698