Index: third_party/WebKit/Source/core/loader/EmptyClients.h |
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h |
index aef8ae9f881e45ab69c41c4c32ebe8b89df0454c..c80f0feb686e21e483a3d5f168608bfd99fab434 100644 |
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h |
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h |
@@ -252,7 +252,6 @@ public: |
Widget* createPlugin(HTMLPlugInElement*, const KURL&, const Vector<String>&, const Vector<String>&, const String&, bool, DetachedPluginPolicy) override; |
bool canCreatePluginWithoutRenderer(const String& mimeType) const override { return false; } |
std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebMediaPlayerSource&, WebMediaPlayerClient*) override; |
- std::unique_ptr<WebMediaSession> createWebMediaSession() override; |
ObjectContentType getObjectContentType(const KURL&, const String&, bool) override { return ObjectContentType(); } |