| 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 4cb0c16d8538ead225bb2331f5fdca8c6658cac9..e1bca1a2da65d6a5bfed97c97998f0a0d2112fd7 100644 | 
| --- a/third_party/WebKit/Source/core/loader/EmptyClients.h | 
| +++ b/third_party/WebKit/Source/core/loader/EmptyClients.h | 
| @@ -235,6 +235,7 @@ public: | 
| 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(); } | 
|  | 
|  |