Index: third_party/WebKit/public/web/WebDocument.h |
diff --git a/third_party/WebKit/public/web/WebDocument.h b/third_party/WebKit/public/web/WebDocument.h |
index 6d2854defcb0f10e5b1873911482f0d5c87ae183..567d7c43926a7b6080907ca42d0dfaa0abf1a8f2 100644 |
--- a/third_party/WebKit/public/web/WebDocument.h |
+++ b/third_party/WebKit/public/web/WebDocument.h |
@@ -111,6 +111,8 @@ public: |
BLINK_EXPORT WebReferrerPolicy referrerPolicy() const; |
BLINK_EXPORT WebString outgoingReferrer(); |
+ BLINK_EXPORT bool isPrefetchOnly() const; |
+ |
// Accessibility support. These methods should only be called on the |
// top-level document, because one accessibility cache spans all of |
// the documents on the page. |