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

Unified Diff: third_party/WebKit/public/web/WebDocument.h

Issue 2262183002: [NoStatePrefetch] Do not send responses to renderer in prefetch mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefetchProto
Patch Set: Cleanup Created 4 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
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

Powered by Google App Engine
This is Rietveld 408576698