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

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: remove TODO 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
« content/renderer/render_frame_impl.cc ('K') | « third_party/WebKit/Source/web/WebDocument.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698