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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2326153003: Rename referrerPolicy() methods to getReferrerPolicy(). (Closed)
Patch Set: . Created 4 years 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/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index 39fe6152c1ccd2f8474544c8c0d9af2ebc8c7665..c138e0cd844d85ea23e844c8134f12c91631d965 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -563,7 +563,7 @@ void WebURLLoaderImpl::Context::Start(const WebURLRequest& request,
: base::Optional<url::Origin>(request.requestorOrigin());
resource_request->referrer = referrer_url;
- resource_request->referrer_policy = request.referrerPolicy();
+ resource_request->referrer_policy = request.getReferrerPolicy();
resource_request->headers = GetWebURLRequestHeaders(request);
resource_request->load_flags = GetLoadFlagsForWebURLRequest(request);
« no previous file with comments | « chrome/renderer/prerender/prerender_dispatcher.cc ('k') | content/renderer/cache_storage/cache_storage_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698