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

Unified Diff: third_party/WebKit/Source/core/loader/PrerendererClient.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/loader/PrerendererClient.h
diff --git a/third_party/WebKit/Source/core/loader/PrerendererClient.h b/third_party/WebKit/Source/core/loader/PrerendererClient.h
index 4b7e03e50e9efce52f084a80e5ec4006c50c750a..46449bbd98b4d52ba8cd6ded6ca48e7c83bd6c9c 100644
--- a/third_party/WebKit/Source/core/loader/PrerendererClient.h
+++ b/third_party/WebKit/Source/core/loader/PrerendererClient.h
@@ -45,6 +45,7 @@ class CORE_EXPORT PrerendererClient : public Supplement<Page> {
public:
virtual void willAddPrerender(Prerender*) = 0;
virtual bool isPrefetchOnly() = 0;
+ virtual void onPrefetchFinished() = 0;
static const char* supplementName();
static PrerendererClient* from(Page*);

Powered by Google App Engine
This is Rietveld 408576698