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 b50fa6ed1cddfa2d39802f32649611fcaf799c05..231ea020660b2af4e0e494ad1086949f1488b739 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; |