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

Unified Diff: third_party/WebKit/public/platform/WebPrerender.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/WebPrerender.h
diff --git a/third_party/WebKit/public/platform/WebPrerender.h b/third_party/WebKit/public/platform/WebPrerender.h
index 197c560812cc52a0319c0ac7cf9a317c3bb31ab6..dff0684241fb6b2f10aa19e2b04a82c3428336ce 100644
--- a/third_party/WebKit/public/platform/WebPrerender.h
+++ b/third_party/WebKit/public/platform/WebPrerender.h
@@ -76,7 +76,7 @@ class WebPrerender {
BLINK_PLATFORM_EXPORT WebURL url() const;
BLINK_PLATFORM_EXPORT WebString referrer() const;
BLINK_PLATFORM_EXPORT unsigned relTypes() const;
- BLINK_PLATFORM_EXPORT WebReferrerPolicy referrerPolicy() const;
+ BLINK_PLATFORM_EXPORT WebReferrerPolicy getReferrerPolicy() const;
BLINK_PLATFORM_EXPORT void setExtraData(ExtraData*);
BLINK_PLATFORM_EXPORT const ExtraData* getExtraData() const;
« no previous file with comments | « third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp ('k') | third_party/WebKit/public/platform/WebURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698