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

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

Issue 2411863002: [NoStatePrefetch] Kill renderer after preload scanning (Closed)
Patch Set: Created 4 years, 2 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 31e6fa093898b30380fa398822e1db26da368d18..d668de00398cbd453d35a265bc0b28e584d49fa8 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -381,6 +381,8 @@ class CORE_EXPORT Document : public ContainerNode,
// scanned, in order to warm up caches.
bool isPrefetchOnly() const;
+ void onPrefetchFinished() const;
+
Node* adoptNode(Node* source, ExceptionState&);
HTMLCollection* images();

Powered by Google App Engine
This is Rietveld 408576698