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

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

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 | « third_party/WebKit/Source/platform/Prerender.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/Source/platform/exported/WebPrerender.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebPrerender.cpp b/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
index 5f23fca190f4a30aacd01bcca1032d07a79e2e6a..fbe045dcd12fea1c758ff36bd8e6d9cdee1220ce 100644
--- a/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebPrerender.cpp
@@ -95,7 +95,7 @@ unsigned WebPrerender::relTypes() const
WebString WebPrerender::referrer() const
{
- return m_private->referrer();
+ return m_private->getReferrer();
}
WebReferrerPolicy WebPrerender::referrerPolicy() const
« no previous file with comments | « third_party/WebKit/Source/platform/Prerender.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698