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

Unified Diff: content/child/request_info.cc

Issue 736743003: Use content::Referrer to pass around referrers in the plugin code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
Index: content/child/request_info.cc
diff --git a/content/child/request_info.cc b/content/child/request_info.cc
index e52f2aa688ff843a64b76e652ceb358eb3acc3ea..7752081e362ad34446093adf975aad172a07363d 100644
--- a/content/child/request_info.cc
+++ b/content/child/request_info.cc
@@ -7,8 +7,7 @@
namespace content {
RequestInfo::RequestInfo()
- : referrer_policy(blink::WebReferrerPolicyDefault),
- load_flags(0),
+ : load_flags(0),
requestor_pid(0),
request_type(RESOURCE_TYPE_MAIN_FRAME),
fetch_request_context_type(REQUEST_CONTEXT_TYPE_UNSPECIFIED),

Powered by Google App Engine
This is Rietveld 408576698