| Index: chrome/common/features.gni
|
| diff --git a/chrome/common/features.gni b/chrome/common/features.gni
|
| index 890cde193c2fa84f3475bf6b9fcc253f7cb9b4d2..5ecfc4ca02f8f7fe37dc9ccf8782223f726eb433 100644
|
| --- a/chrome/common/features.gni
|
| +++ b/chrome/common/features.gni
|
| @@ -8,7 +8,9 @@
|
| import("//build/config/chromecast_build.gni")
|
|
|
| declare_args() {
|
| - enable_google_now = !is_ios && !is_android && !is_chromecast
|
| + # Google Now is disabled to prepare for its removal.
|
| + # http://crbug.com/539674
|
| + enable_google_now = false
|
|
|
| # Whether the Java UI is being used (Java infobars and popups, Java native
|
| # settings and first run experience, sign-in etc.).
|
|
|