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

Unified Diff: media/remoting/remoting_cdm.cc

Issue 2643253003: Media Remoting Clean-up: Less-redundant naming, style consistency, etc. (Closed)
Patch Set: REBASE Created 3 years, 11 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 | « media/remoting/remoting_cdm.h ('k') | media/remoting/remoting_cdm_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/remoting/remoting_cdm.cc
diff --git a/media/remoting/remoting_cdm.cc b/media/remoting/remoting_cdm.cc
index b34eeed0fb1c01dfd0dccf0fed3ac70b48bf1e36..d94d762da89e01f30b2689ca71e3d0f4f8dde869 100644
--- a/media/remoting/remoting_cdm.cc
+++ b/media/remoting/remoting_cdm.cc
@@ -7,6 +7,7 @@
#include "media/base/cdm_promise.h"
namespace media {
+namespace remoting {
// TODO(xjz): Merge this with erickung's implementation.
RemotingCdm::RemotingCdm(
@@ -74,8 +75,5 @@ CdmContext* RemotingCdm::GetCdmContext() {
return &remoting_cdm_context_;
}
-RemotingSourceImpl* RemotingCdm::GetRemotingSource() {
- return remoting_cdm_controller_->remoting_source();
-}
-
+} // namespace remoting
} // namespace media
« no previous file with comments | « media/remoting/remoting_cdm.h ('k') | media/remoting/remoting_cdm_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698