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

Unified Diff: third_party/WebKit/Source/core/loader/PrerendererClient.h

Issue 2645303002: Use a new Supplement constructor for supplements in core/ (Closed)
Patch Set: temp Created 3 years, 11 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..fccb1e897ab9b200d4626a5efbe5305042b4c692 100644
--- a/third_party/WebKit/Source/core/loader/PrerendererClient.h
+++ b/third_party/WebKit/Source/core/loader/PrerendererClient.h
@@ -50,7 +50,7 @@ class CORE_EXPORT PrerendererClient : public Supplement<Page> {
static PrerendererClient* from(Page*);
protected:
- PrerendererClient() {}
+ explicit PrerendererClient(Page&);
};
CORE_EXPORT void providePrerendererClientTo(Page&, PrerendererClient*);

Powered by Google App Engine
This is Rietveld 408576698