diff options
-rw-r--r-- | chrome/browser/android/chrome_startup_flags.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/android/chrome_startup_flags.cc b/chrome/browser/android/chrome_startup_flags.cc index 073a59b..aa4e86a 100644 --- a/chrome/browser/android/chrome_startup_flags.cc +++ b/chrome/browser/android/chrome_startup_flags.cc @@ -41,7 +41,7 @@ void SetChromeSpecificCommandLineFlags() { SetCommandLineSwitchASCII( switches::kPrerenderFromOmnibox, switches::kPrerenderFromOmniboxSwitchValueEnabled); -#if defined(GOOGLE_TV) - SetCommandLineSwitch(switches::kEnableEncryptedMedia); +#if !defined(GOOGLE_TV) + SetCommandLineSwitch(switches::kDisableEncryptedMedia); #endif } |