| Index: build/config/features.gni
 | 
| diff --git a/build/config/features.gni b/build/config/features.gni
 | 
| index 9b4edd728e6a1f5f5b142ed087805362db1bec88..13a9980ae50ee6865e6fe49c1af29507bf302ef5 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
 | 
| 
 |