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 |