| 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 ee189167ddaa3489d9ee33edd1640165b65ea0d8..087315fa3b2063329a0c09a2f6fda50d75326322 100644
|
| --- a/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| +++ b/third_party/WebKit/Source/core/loader/FrameLoaderClient.h
|
| @@ -78,7 +78,6 @@ class WebCookieJar;
|
| class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| class WebMediaPlayerSource;
|
| -class WebMediaSession;
|
| class WebMediaStream;
|
| class WebRTCPeerConnectionHandler;
|
| class WebServiceWorkerProvider;
|
| @@ -202,8 +201,6 @@ class CORE_EXPORT FrameLoaderClient : public FrameClient {
|
| const WebMediaPlayerSource&,
|
| WebMediaPlayerClient*) = 0;
|
|
|
| - virtual std::unique_ptr<WebMediaSession> createWebMediaSession() = 0;
|
| -
|
| virtual ObjectContentType getObjectContentType(
|
| const KURL&,
|
| const String& mimeType,
|
|
|