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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: rebase onto new mojo types Created 4 years, 3 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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 58b4b93db25272585d5e2326ddbad736044d9f4a..0f9f2e3a362a4a3c638c2bcde28fbdabd509d9b7 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -458,7 +458,6 @@ class CONTENT_EXPORT RenderFrameImpl
blink::WebMediaPlayerEncryptedMediaClient* encrypted_client,
blink::WebContentDecryptionModule* initial_cdm,
const blink::WebString& sink_id) override;
- blink::WebMediaSession* createMediaSession() override;
blink::WebApplicationCacheHost* createApplicationCacheHost(
blink::WebApplicationCacheHostClient* client) override;
blink::WebWorkerContentSettingsClientProxy*

Powered by Google App Engine
This is Rietveld 408576698