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

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

Issue 9433046: Add flag that enable Encrypted Media Extensions on video elements. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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/content_switches.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 1c05a19910b6459f13fd6466e4e0d25c0a9967db..9bd5b2d090b99b95ccba4897df909da2429f22a4 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -86,6 +86,7 @@ CONTENT_EXPORT extern const char kDisableFullScreen[];
extern const char kEnablePointerLock[];
extern const char kEnableGamepad[];
CONTENT_EXPORT extern const char kEnableLogging[];
+extern const char kEnableMediaEncrypted[];
extern const char kEnableMediaSource[];
extern const char kEnableMediaStream[];
extern const char kEnableMonitorProfile[];

Powered by Google App Engine
This is Rietveld 408576698