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

Unified Diff: chrome/chrome_features.gypi

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 | « no previous file | chrome/common/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_features.gypi
diff --git a/chrome/chrome_features.gypi b/chrome/chrome_features.gypi
index 3c80aa0af27fccc438fb5c02c339f33fe6a8de47..8ba18d9f0e7490e8d30744da5a17e585a72e4f98 100644
--- a/chrome/chrome_features.gypi
+++ b/chrome/chrome_features.gypi
@@ -17,13 +17,15 @@
}],
['OS=="android" or OS=="ios"', {
'enable_background%': 0,
- 'enable_google_now%': 0,
}, {
'enable_background%': 1,
- 'enable_google_now%': 1,
}]
],
+ # Google Now is disabled to prepare for its removal.
+ # http://crbug.com/539674
+ 'enable_google_now%': 0,
+
# Use vulcanized HTML/CSS/JS resources to speed up WebUI (chrome://)
# pages. https://github.com/polymer/vulcanize
'use_vulcanize%': 1,
« no previous file with comments | « no previous file | chrome/common/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698