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

Unified Diff: content/child/request_extra_data.h

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 | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/request_extra_data.h
diff --git a/content/child/request_extra_data.h b/content/child/request_extra_data.h
index 5b71af370b4bee7063c3f79895e0c2239d9bc857..3b716196e600f0bc4bbe900ed788147679bb411e 100644
--- a/content/child/request_extra_data.h
+++ b/content/child/request_extra_data.h
@@ -18,8 +18,7 @@ namespace content {
class CONTENT_EXPORT RequestExtraData
: NON_EXPORTED_BASE(public webkit_glue::WebURLRequestExtraDataImpl) {
public:
- RequestExtraData(blink::WebReferrerPolicy referrer_policy,
- blink::WebPageVisibilityState visibility_state,
+ RequestExtraData(blink::WebPageVisibilityState visibility_state,
const blink::WebString& custom_user_agent,
bool was_after_preconnect_request,
int render_frame_id,
« no previous file with comments | « content/child/npapi/plugin_url_fetcher.cc ('k') | content/child/request_extra_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698