| Index: chrome/browser/resources/options/language_options.html
|
| diff --git a/chrome/browser/resources/options/language_options.html b/chrome/browser/resources/options/language_options.html
|
| index 3375bd2062931e5d03f2067805f2d952db5cf3c0..46373c1a137e3cca92157bff21c7e5e31471c405 100644
|
| --- a/chrome/browser/resources/options/language_options.html
|
| +++ b/chrome/browser/resources/options/language_options.html
|
| @@ -57,7 +57,7 @@
|
| <div i18n-content="switch_input_methods_hint"></div>
|
| <div i18n-content="select_previous_input_method_hint"></div>
|
| </if>
|
| -<if expr="not pp_ifdef('chromeos')">
|
| +<if expr="not pp_ifdef('chromeos') and not is_macosx">
|
| <div id="spell-check-option" class="checkbox">
|
| <label>
|
| <input id="enable-spell-check" pref="browser.enable_spellchecking"
|
|
|