Index: third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
diff --git a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
index de1cafd4f971cccfe696da0df5141e2221611e48..dcb1feef52a3d747b1c000c466954d104163f1da 100644 |
--- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
+++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h |
@@ -77,7 +77,6 @@ class WebCookieJar; |
class WebMediaPlayer; |
class WebMediaPlayerClient; |
class WebMediaPlayerSource; |
-class WebMediaSession; |
class WebMediaStream; |
class WebRTCPeerConnectionHandler; |
class WebServiceWorkerProvider; |
@@ -173,8 +172,6 @@ public: |
virtual std::unique_ptr<WebMediaPlayer> createWebMediaPlayer(HTMLMediaElement&, const WebMediaPlayerSource&, WebMediaPlayerClient*) = 0; |
- virtual std::unique_ptr<WebMediaSession> createWebMediaSession() = 0; |
- |
virtual ObjectContentType getObjectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0; |
virtual void didCreateNewDocument() = 0; |