Index: build/config/features.gni |
diff --git a/build/config/features.gni b/build/config/features.gni |
index b44b077021f56f7f9df063d56328f53f199d7b8c..ee7441a98b33f1b0e72b9a6a34795c76086439eb 100644 |
--- a/build/config/features.gni |
+++ b/build/config/features.gni |
@@ -88,12 +88,6 @@ declare_args() { |
# Additional dependent variables ----------------------------------------------- |
-# Enable the spell checker. |
-enable_spellcheck = !is_ios |
- |
-# Use the operating system's spellchecker rather than hunspell. |
-use_browser_spellchecker = is_android || is_mac |
- |
# The seccomp-bpf sandbox is only supported on five architectures |
# currently. |
# Do not disable seccomp_bpf anywhere without talking to |