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

Unified Diff: third_party/WebKit/public/platform/WebURLRequest.h

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/public/platform/WebURLRequest.h
diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
index da255461511c29b90c397fbf30b9d9da2781360d..c58a4e491222d25c0643a790d77ce7e836e6c9af 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -232,7 +232,7 @@ class WebURLRequest {
BLINK_PLATFORM_EXPORT FrameType getFrameType() const;
BLINK_PLATFORM_EXPORT void setFrameType(FrameType);
- BLINK_PLATFORM_EXPORT WebReferrerPolicy referrerPolicy() const;
+ BLINK_PLATFORM_EXPORT WebReferrerPolicy getReferrerPolicy() const;
// Adds an HTTP origin header if it is empty and the HTTP method of the
// request requires it.

Powered by Google App Engine
This is Rietveld 408576698