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

Unified Diff: third_party/WebKit/public/web/WebPrerendererClient.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/public/web/WebPrerendererClient.h
diff --git a/third_party/WebKit/public/web/WebPrerendererClient.h b/third_party/WebKit/public/web/WebPrerendererClient.h
index 03d248e5e0042db4b5fc94d5f2d65d1ee1fdacba..c115e7516103049c4abe5aa8d7422d4196588950 100644
--- a/third_party/WebKit/public/web/WebPrerendererClient.h
+++ b/third_party/WebKit/public/web/WebPrerendererClient.h
@@ -42,6 +42,7 @@ class WebPrerendererClient {
public:
virtual void willAddPrerender(WebPrerender*) = 0;
virtual bool isPrefetchOnly() = 0;
+ virtual void onPrefetchFinished() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698