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

Unified Diff: third_party/WebKit/Source/platform/Prerender.h

Issue 2308063002: Rename blink::Prerender::referrer() to getReferrer(). (Closed)
Patch Set: Created 4 years, 3 months 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 | « no previous file | third_party/WebKit/Source/platform/exported/WebPrerender.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/Prerender.h
diff --git a/third_party/WebKit/Source/platform/Prerender.h b/third_party/WebKit/Source/platform/Prerender.h
index aff87ae14831b98176a334ccc2303dd52a2664b7..f243bd826727dc58ba8f254c0777cd842f553886 100644
--- a/third_party/WebKit/Source/platform/Prerender.h
+++ b/third_party/WebKit/Source/platform/Prerender.h
@@ -69,7 +69,7 @@ public:
const KURL& url() const { return m_url; }
unsigned relTypes() const { return m_relTypes; }
- const String& referrer() const { return m_referrer.referrer; }
+ const String& getReferrer() const { return m_referrer.referrer; }
ReferrerPolicy getReferrerPolicy() const { return m_referrer.referrerPolicy; }
void setExtraData(PassRefPtr<ExtraData> extraData) { m_extraData = extraData; }
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/exported/WebPrerender.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698