| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index cccce184399047e8958cd1b978eb198418e79f5c..f4056dad0c3849457383cf55101bf361b1b83eb9 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -115,6 +115,9 @@ declare_args() {
|
| fieldtrial_testing_like_official_build = is_chrome_branded
|
|
|
| use_cups = (is_desktop_linux || is_mac) && !is_chromecast && !is_headless
|
| +
|
| + # Enables Wi-Fi Display functionality
|
| + enable_wifi_display = false
|
| }
|
|
|
| # Default these based on the explicit value of enable_nacl, not just
|
|
|