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

Unified Diff: content/public/common/renderer_preferences.h

Issue 2006113002: Allow hw secured codecs on chromecast (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New flag, new key system property Created 4 years, 7 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
Index: content/public/common/renderer_preferences.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index 73d215a6731caa2cb2f94126ddc9879b3a2b3121..2eb0ea05633a9738240f6eee4f3ad4fc338b2c36 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -135,6 +135,10 @@ struct CONTENT_EXPORT RendererPreferences {
// encrypted video. Currently only used by Android.
bool use_view_overlay_for_all_video;
+ // Whether hardware secure codec is supported or not. On Android, this is
+ // implied by use_video_overlay_for_embedded_encrypted_video.
+ bool hw_secure_codec_allowed;
ddorwin 2016/05/27 21:33:00 I don't think we should be adding members to this,
+
// Country iso of the mobile network for content detection purpose.
std::string network_contry_iso;

Powered by Google App Engine
This is Rietveld 408576698