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

Unified Diff: third_party/WebKit/Source/modules/webshare/NavigatorShare.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/webshare/NavigatorShare.h
diff --git a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
index 6ffe984298afd6fbbf80c56b9e2e5c374b6225d6..0e05fc5875a2f042e997a7c7ca706b931b8f4cfc 100644
--- a/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
+++ b/third_party/WebKit/Source/modules/webshare/NavigatorShare.h
@@ -41,7 +41,7 @@ class NavigatorShare final : public GarbageCollectedFinalized<NavigatorShare>,
private:
class ShareClientImpl;
- NavigatorShare();
+ explicit NavigatorShare(Navigator&);
static const char* supplementName();
void onConnectionError();

Powered by Google App Engine
This is Rietveld 408576698