| 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..f64166dcdf96b66efdaf7123ea7fec638ff32635 100644
|
| --- a/third_party/WebKit/public/web/WebDocument.h
|
| +++ b/third_party/WebKit/public/web/WebDocument.h
|
| @@ -110,6 +110,7 @@ public:
|
| BLINK_EXPORT WebElement focusedElement() const;
|
| 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
|
|
|