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

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

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

Powered by Google App Engine
This is Rietveld 408576698