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

Unified Diff: Source/core/loader/EmptyClients.h

Issue 1259643002: NOT FOR LANDING Introduce and use WebMediaSession (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: hack until something works Created 5 years, 4 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
« no previous file with comments | « no previous file | Source/core/loader/EmptyClients.cpp » ('j') | Source/modules/mediasession/MediaSession.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/EmptyClients.h
diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
index 57aa2ece6c2667142355541bf79714a364d655ed..08515164d7c8d59c4ad914d76011d86d90fd75d6 100644
--- a/Source/core/loader/EmptyClients.h
+++ b/Source/core/loader/EmptyClients.h
@@ -234,6 +234,7 @@ public:
bool canCreatePluginWithoutRenderer(const String& mimeType) const override { return false; }
PassRefPtrWillBeRawPtr<Widget> createJavaAppletWidget(HTMLAppletElement*, const KURL&, const Vector<String>&, const Vector<String>&) override;
PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebURL&, WebMediaPlayerClient*) override;
+ PassOwnPtr<WebMediaSession> createWebMediaSession() override;
ObjectContentType objectContentType(const KURL&, const String&, bool) override { return ObjectContentType(); }
« no previous file with comments | « no previous file | Source/core/loader/EmptyClients.cpp » ('j') | Source/modules/mediasession/MediaSession.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698