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

Unified Diff: content/common/view_messages.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/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 372497b75c09f5363304b9ee27c1221ebef6d11b..39f8b7c1df7a5782c0f9db568cdb5ffe7e1d13b9 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -265,6 +265,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
IPC_STRUCT_TRAITS_MEMBER(plugin_fullscreen_allowed)
IPC_STRUCT_TRAITS_MEMBER(use_video_overlay_for_embedded_encrypted_video)
IPC_STRUCT_TRAITS_MEMBER(use_view_overlay_for_all_video)
+ IPC_STRUCT_TRAITS_MEMBER(hw_secure_codec_allowed)
IPC_STRUCT_TRAITS_MEMBER(network_contry_iso)
#if defined(OS_WIN)
IPC_STRUCT_TRAITS_MEMBER(caption_font_family_name)

Powered by Google App Engine
This is Rietveld 408576698