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 |