Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(885)

Unified Diff: chrome/common/features.gni

Issue 2160853002: Set enable_google_now to false (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to d5293c9 and Resolve Conflicts Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_features.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.).
« no previous file with comments | « chrome/chrome_features.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698