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

Unified Diff: mojo/services/html_viewer/html_document.h

Issue 887873003: media: Add DefaultMediaPermission. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 5 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/media.gyp ('k') | mojo/services/html_viewer/html_document.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/html_document.h
diff --git a/mojo/services/html_viewer/html_document.h b/mojo/services/html_viewer/html_document.h
index eedfc06e017714a1323488c9a05e52e549e02ef2..f5b439e6f23fb9c54effe4e3d0f97ce1653ca4a8 100644
--- a/mojo/services/html_viewer/html_document.h
+++ b/mojo/services/html_viewer/html_document.h
@@ -30,6 +30,7 @@ class MessageLoopProxy;
}
namespace media {
+class MediaPermission;
class WebEncryptedMediaClientImpl;
}
@@ -139,6 +140,7 @@ class HTMLDocument : public blink::WebViewClient,
// EncryptedMediaClient attached to this frame; lazily initialized.
scoped_ptr<media::WebEncryptedMediaClientImpl> web_encrypted_media_client_;
+ scoped_ptr<media::MediaPermission> media_permission_;
// HTMLDocument owns these pointers.
std::set<AxProviderImpl*> ax_provider_impls_;
« no previous file with comments | « media/media.gyp ('k') | mojo/services/html_viewer/html_document.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698