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

Unified Diff: third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.h

Issue 2646383002: Use a new Supplement constructor for (Worker)Navigator supplements (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/mediasession/NavigatorMediaSession.h
diff --git a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.h b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.h
index 754c9cdff8fda3bead23ca1eefab633636f79730..76a6fa7833f0ecbf816952722ff1dabf64e2df94 100644
--- a/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.h
+++ b/third_party/WebKit/Source/modules/mediasession/NavigatorMediaSession.h
@@ -27,7 +27,7 @@ class NavigatorMediaSession final
DECLARE_TRACE();
private:
- NavigatorMediaSession(Navigator&);
+ explicit NavigatorMediaSession(Navigator&);
static const char* supplementName();
// The MediaSession instance of this Navigator.

Powered by Google App Engine
This is Rietveld 408576698