Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index 441bd21026adbd9c7ca7327b06bef56aa656ea5c..d143dac4b89ce082835f225866a0e9f164ccc019 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -30,9 +30,6 @@ declare_args() { |
# Non-SFI is not yet supported on mipsel |
enable_nacl_nonsfi = current_cpu != "mipsel" |
- # 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. |
# |