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

Unified Diff: content/renderer/render_frame_impl.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: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index b5904b226ef97ff5fef68b2a10a4ea16a8f1bea8..d3ebc2a4a14c1454d097d411faaf11a920532970 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