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

Unified Diff: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp

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: third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
index 0347f218b39b6c1e3821bc24ee7bed39d6a8a833..36d99ed17a4789cbaf16ca07d3d09ad03181ba0e 100644
--- a/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebURLRequest.cpp
@@ -239,7 +239,7 @@ WebURLRequest::FrameType WebURLRequest::getFrameType() const {
return m_resourceRequest->frameType();
}
-WebReferrerPolicy WebURLRequest::referrerPolicy() const {
+WebReferrerPolicy WebURLRequest::getReferrerPolicy() const {
return static_cast<WebReferrerPolicy>(m_resourceRequest->getReferrerPolicy());
}

Powered by Google App Engine
This is Rietveld 408576698