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

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

Issue 2411863002: [NoStatePrefetch] Kill renderer after preload scanning (Closed)
Patch Set: rebase and git cl format 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 dbf24300948695646d45183b83c1007d842adeab..897df89a1592c14d716fff00a1ae99b9d0ed5282 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -382,6 +382,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