Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 44fa391cebb1bef915702d8da2576d9bb18674bc..485700506d467c6593102aea977180ef382ad8bb 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -35,10 +35,6 @@ declare_args() { |
# Enables the Media Router. |
enable_media_router = !is_ios && !is_chromecast |
- # Enables proprietary codecs and demuxers; e.g. H264, AAC, MP3, and MP4. |
- # We always build Google Chrome and Chromecast with proprietary codecs. |
- proprietary_codecs = is_chrome_branded || is_chromecast |
- |
# Variable safe_browsing is used to control the build time configuration for |
# safe browsing feature. Safe browsing can be compiled in 3 different levels: |
# 0 disables it, 1 enables it fully, and 2 enables mobile protection via an |