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

Unified Diff: public/web/WebDocument.h

Issue 1289343006: Expose outgoingReferrer() to WebDocument. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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
« Source/web/WebDocument.cpp ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDocument.h
diff --git a/public/web/WebDocument.h b/public/web/WebDocument.h
index 4036faa9e8348ce9d111fadedb7ba4f970e86d38..df70627d16cd47e9a5608673d9a645bacc0bbdbc 100644
--- a/public/web/WebDocument.h
+++ b/public/web/WebDocument.h
@@ -112,6 +112,7 @@ public:
BLINK_EXPORT WebElement fullScreenElement() const;
BLINK_EXPORT WebDOMEvent createEvent(const WebString& eventType);
BLINK_EXPORT WebReferrerPolicy referrerPolicy() const;
+ BLINK_EXPORT WebString outgoingReferrer();
BLINK_EXPORT WebElement createElement(const WebString& tagName);
// Accessibility support. These methods should only be called on the
« Source/web/WebDocument.cpp ('K') | « Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698