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

Unified Diff: media/mojo/services/mojo_cdm_service.h

Issue 2434673002: media: Rename MojoMediaApplication to MediaService (Closed)
Patch Set: media: Rename MojoMediaApplication to MediaService 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 | « media/mojo/services/media_service_factory.cc ('k') | media/mojo/services/mojo_media_application.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/services/mojo_cdm_service.h
diff --git a/media/mojo/services/mojo_cdm_service.h b/media/mojo/services/mojo_cdm_service.h
index a9838816ba99cfcaf5959c740af56206020a691c..07ffaf89302fe23fcedf1501fb950e8efa79cb7c 100644
--- a/media/mojo/services/mojo_cdm_service.h
+++ b/media/mojo/services/mojo_cdm_service.h
@@ -34,10 +34,10 @@ class MEDIA_MOJO_EXPORT MojoCdmService
// Can be called on any thread. The returned CDM is not guaranteed to be
// thread safe.
// Note: This provides a generic hack to get the CDM in the process where
- // MojoMediaApplication is running, regardless of which render process or
+ // MediaService is running, regardless of which render process or
// render frame the caller is associated with. In the future, we should move
- // all out-of-process media players into the MojoMediaApplicaiton so that we
- // can use MojoCdmServiceContext (per render frame) to get the CDM.
+ // all out-of-process media players into the MediaService so that we can use
+ // MojoCdmServiceContext (per render frame) to get the CDM.
static scoped_refptr<MediaKeys> LegacyGetCdm(int cdm_id);
// Constructs a MojoCdmService and strongly binds it to the |request|.
« no previous file with comments | « media/mojo/services/media_service_factory.cc ('k') | media/mojo/services/mojo_media_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698