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

Unified Diff: components/html_viewer/media_factory.cc

Issue 1165633004: media: Add MojoCdmServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments addressed Created 5 years, 6 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 | media/base/cdm_context.h » ('j') | media/base/cdm_context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/media_factory.cc
diff --git a/components/html_viewer/media_factory.cc b/components/html_viewer/media_factory.cc
index 07360e8cf9435b2ad05af5734a245eba12fb7d96..696bd288e62fcd5e7fb48a4b203a446caeb8b242 100644
--- a/components/html_viewer/media_factory.cc
+++ b/components/html_viewer/media_factory.cc
@@ -176,6 +176,8 @@ media::MediaServiceProvider* MediaFactory::GetMediaServiceProvider() {
}
media::MediaPermission* MediaFactory::GetMediaPermission() {
+ // TODO(xhwang): Replace DefaultMediaPermission with something real when
ddorwin 2015/06/08 18:33:09 Add NOTIMPLEMENTED?
xhwang 2015/06/08 22:12:33 Done.
+ // permissions are supported in html_viewer.
if (!media_permission_)
media_permission_.reset(new media::DefaultMediaPermission(true));
return media_permission_.get();
« no previous file with comments | « no previous file | media/base/cdm_context.h » ('j') | media/base/cdm_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698