| Index: chrome/browser/resources/options2/browser_options.html
|
| ===================================================================
|
| --- chrome/browser/resources/options2/browser_options.html (revision 124567)
|
| +++ chrome/browser/resources/options2/browser_options.html (working copy)
|
| @@ -344,6 +344,16 @@
|
| <span i18n-content="safeBrowsingEnableProtection"></span>
|
| </label>
|
| </div>
|
| +<if expr="pp_ifdef('_google_chrome')">
|
| + <div class="checkbox">
|
| + <label>
|
| + <input id="spellingServiceEnabled"
|
| + pref="spellcheck.use_spelling_service"
|
| + metric="Options_UseSpellingServiceCheckbox" type="checkbox">
|
| + <span i18n-content="spellingPref"></span>
|
| + </label>
|
| + </div>
|
| +</if>
|
| <if expr="pp_ifdef('_google_chrome') and pp_ifdef('chromeos')">
|
| <div id="metricsReportingSetting" class="checkbox">
|
| <label>
|
| @@ -363,16 +373,6 @@
|
| </label>
|
| </div>
|
| </if>
|
| -<if expr="pp_ifdef('_google_chrome') and not pp_ifdef('chromeos')">
|
| - <div class="checkbox">
|
| - <label>
|
| - <input id="spellingServiceEnabled"
|
| - pref="spellcheck.use_spelling_service"
|
| - metric="Options_UseSpellingServiceCheckbox" type="checkbox">
|
| - <span i18n-content="spellingPref"></span>
|
| - </label>
|
| - </div>
|
| -</if>
|
| </div>
|
| </section>
|
| <!-- By default, the bluetooth section is hidden. It is only
|
|
|