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

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2172613002: Renderer-side changes for NoState Prefetch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tests 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/Source/core/dom/Document.h
diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
index 2d874b3159aae529462e18e09e8f7429ed9ee005..ab69ba6d2685449988bbdf65f336f217f779685c 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -352,6 +352,7 @@ public:
String visibilityState() const;
PageVisibilityState pageVisibilityState() const;
+ bool isPrefetchOnly() const;
Charlie Harrison 2016/08/03 14:40:03 Please document this method, especially since "Pre
droger 2016/08/03 16:45:50 Done.
bool hidden() const;
void didChangeVisibilityState();

Powered by Google App Engine
This is Rietveld 408576698