Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoaderClient.h

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: blink typemap (need to revert blink typemap, only need content/ reivew) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 fd6c0ab4a0c589afd869025f0a78b0498f4a8a79..31a5a20680e10b21c23a889fa3d17b3156526a9e 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;
@@ -201,8 +200,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,

Powered by Google App Engine
This is Rietveld 408576698