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

Unified Diff: third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h

Issue 2649073002: Use a new Supplement constructor in Navigator supplements (part 2) (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/modules/presentation/NavigatorPresentation.h
diff --git a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
index f888fe5c3116d3c88c2518c27fc8aa57d043804c..0f24298d8f636fce1716b40857ed61fa46ae0b31 100644
--- a/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
+++ b/third_party/WebKit/Source/modules/presentation/NavigatorPresentation.h
@@ -26,7 +26,7 @@ class NavigatorPresentation final
DECLARE_VIRTUAL_TRACE();
private:
- NavigatorPresentation();
+ explicit NavigatorPresentation(Navigator&);
static const char* supplementName();
Presentation* presentation();

Powered by Google App Engine
This is Rietveld 408576698