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

Unified Diff: third_party/WebKit/public/web/WebDocument.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/web/WebDocument.h
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h
index 4de2c0a9fd2271043f7a12b1f077b6d4b60923ee..a8ead297fdd2f4b5c045653a230dfa15efc41fcf 100644
--- a/third_party/WebKit/public/web/WebDocument.h
+++ b/third_party/WebKit/public/web/WebDocument.h
@@ -112,7 +112,7 @@ class WebDocument : public WebNode {
BLINK_EXPORT WebURL completeURL(const WebString&) const;
BLINK_EXPORT WebElement getElementById(const WebString&) const;
BLINK_EXPORT WebElement focusedElement() const;
- BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
+ BLINK_EXPORT WebReferrerPolicy getReferrerPolicy() const;
BLINK_EXPORT WebString outgoingReferrer();
// Accessibility support. These methods should only be called on the

Powered by Google App Engine
This is Rietveld 408576698