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

Unified Diff: build/config/features.gni

Issue 1230933002: Patch 3.1: Refactored spellcheck_message_filter to be generic (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@platform_flag
Patch Set: Small fix to changed symbol Created 5 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 | « build/common.gypi ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index e92ca9b5147e16db5fb60d8202f4cccbcf2633ed..4f9854fba96449e3c1932b3d1c77b22eed44071c 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -123,7 +123,7 @@ if (is_android) {
use_udev = is_linux
# Enable the spell checker.
-enable_spellcheck = !is_android
+enable_spellcheck = true
Nico 2015/07/16 20:36:51 If this is true unconditionally, can we remove thi
aurimas (slooooooooow) 2015/07/16 20:37:40 iOS does not use it.
Nico 2015/07/16 20:56:41 Can you change this to !is_ios then? The iOS gn bu
# Use the operating system's spellchecker rather than hunspell.
use_platform_spellchecker = is_android || is_mac
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698