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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2457563002: Media Remoting: Add remoting control logic for encrypted contents. (Closed)
Patch Set: Rebase Only. 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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | media/remoting/remoting_cdm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index d95eef96156ccb494c4546b29207c0f158303750..353af5fb840ad2b66e9e13ced875298abb2048d6 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -103,7 +103,7 @@ class CdmFactory;
class DecoderFactory;
class MediaPermission;
class MediaServiceProvider;
-class RemotingController;
+class RemotingRendererController;
class RendererWebMediaPlayerDelegate;
class SurfaceManager;
class UrlIndex;
@@ -1067,9 +1067,10 @@ class CONTENT_EXPORT RenderFrameImpl
void InitializeBlameContext(RenderFrameImpl* parent_frame);
#if BUILDFLAG(ENABLE_MEDIA_REMOTING)
- // Creates the RemotingController to control whether to switch to/from media
- // remoting from/to local playback.
- std::unique_ptr<media::RemotingController> CreateRemotingController();
+ // Creates the RemotingRendererController to control whether to switch to/from
+ // media remoting from/to local playback.
+ std::unique_ptr<media::RemotingRendererController>
+ CreateRemotingRendererController();
#endif
// Stores the WebLocalFrame we are associated with. This is null from the
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | media/remoting/remoting_cdm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698