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

Unified Diff: third_party/WebKit/public/web/WebHistoryItem.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
« no previous file with comments | « third_party/WebKit/public/web/WebDocument.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebHistoryItem.h
diff --git a/third_party/WebKit/public/web/WebHistoryItem.h b/third_party/WebKit/public/web/WebHistoryItem.h
index 0c6011bc7320ec4939e79aed9d5972acce60f59c..f956e650607ec97ac3919be4199e7ed71e888bae 100644
--- a/third_party/WebKit/public/web/WebHistoryItem.h
+++ b/third_party/WebKit/public/web/WebHistoryItem.h
@@ -78,7 +78,7 @@ class WebHistoryItem {
BLINK_EXPORT void setURLString(const WebString&);
BLINK_EXPORT WebString referrer() const;
- BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
+ BLINK_EXPORT WebReferrerPolicy getReferrerPolicy() const;
BLINK_EXPORT void setReferrer(const WebString&, WebReferrerPolicy);
BLINK_EXPORT WebString target() const;
« no previous file with comments | « third_party/WebKit/public/web/WebDocument.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698