diff options
Diffstat (limited to 'chromium/components/spellcheck/common/BUILD.gn')
-rw-r--r-- | chromium/components/spellcheck/common/BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/components/spellcheck/common/BUILD.gn b/chromium/components/spellcheck/common/BUILD.gn index 77e39c803d7..a7b429c323e 100644 --- a/chromium/components/spellcheck/common/BUILD.gn +++ b/chromium/components/spellcheck/common/BUILD.gn @@ -54,8 +54,4 @@ mojom("interfaces") { if (use_renderer_spellchecker) { enabled_features += [ "USE_RENDERER_SPELLCHECKER" ] } - - if (use_win_hybrid_spellchecker) { - enabled_features += [ "USE_WIN_HYBRID_SPELLCHECKER" ] - } } |