| 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 226b50726cb8ed779182f73861adc3019e64ab58..6414307d7303cd4cdc1936559866f232d35dce0a 100644
|
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
|
| @@ -236,7 +236,6 @@
|
| PassRefPtrWillBeRawPtr<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; }
|
| PassOwnPtr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebURL&, WebMediaPlayerClient*) override;
|
| - PassOwnPtr<WebMediaSession> createWebMediaSession() override;
|
|
|
| ObjectContentType objectContentType(const KURL&, const String&, bool) override { return ObjectContentType(); }
|
|
|
|
|