Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index f873bc8c5eedccb6dca3a43edbdcffdbee3dac5d..8fced1e52593d81357b285a20a84524fa60bd8d0 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -133,10 +133,6 @@ use_browser_spellchecker = is_android || is_mac |
# Use Minikin hyphenation engine. |
use_minikin_hyphenation = is_android |
-# Enables the use of CDMs in pepper plugins. |
-enable_pepper_cdms = |
- enable_plugins && (is_linux || is_mac || is_win) && !is_chromecast |
- |
# The seccomp-bpf sandbox is only supported on five architectures |
# currently. |
# Do not disable seccomp_bpf anywhere without talking to |