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

Unified Diff: chromecast/media/base/key_systems_common.h

Issue 605923002: Chromecast: guard PlayReady with C-define to prevent accidental use. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | chromecast/media/base/key_systems_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/base/key_systems_common.h
diff --git a/chromecast/media/base/key_systems_common.h b/chromecast/media/base/key_systems_common.h
index 9c0906b9f062cfc3055122d1c9eb4162ed30c2da..4ab8ea75dec72e93fe5252551e6aa4592c02f0d7 100644
--- a/chromecast/media/base/key_systems_common.h
+++ b/chromecast/media/base/key_systems_common.h
@@ -10,7 +10,9 @@
namespace chromecast {
namespace media {
+#if defined(PLAYREADY_CDM_AVAILABLE)
extern const char kChromecastPlayreadyKeySystem[];
+#endif // defined(PLAYREADY_CDM_AVAILABLE)
enum CastKeySystem {
KEY_SYSTEM_NONE = 0,
« no previous file with comments | « no previous file | chromecast/media/base/key_systems_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698