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

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

Issue 2411863002: [NoStatePrefetch] Kill renderer after preload scanning (Closed)
Patch Set: PrefetchNonexisting: FINAL_STATUS_UNSUPPORTED_SCHEME 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
« no previous file with comments | « chrome/renderer/prerender/prerender_dispatcher.cc ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 0844a8866f7e44e8c80e1de6abf56ca11efc538d..d0deae7e39e8289f5ce4eea170b9c8ad5e85a43d 100644
--- a/third_party/WebKit/Source/core/dom/Document.h
+++ b/third_party/WebKit/Source/core/dom/Document.h
@@ -383,6 +383,8 @@ class CORE_EXPORT Document : public ContainerNode,
// scanned, in order to warm up caches.
bool isPrefetchOnly() const;
+ void onPrefetchFinished() const;
Charlie Harrison 2016/10/25 15:05:27 Can this be private?
pasko 2016/10/25 15:17:30 Good catch. Actually now the whole method is not n
Charlie Harrison 2016/10/25 15:18:19 That works too :)
+
Node* adoptNode(Node* source, ExceptionState&);
HTMLCollection* images();
« no previous file with comments | « chrome/renderer/prerender/prerender_dispatcher.cc ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698