Index: chrome/browser/resources/options/advanced_options.html |
=================================================================== |
--- chrome/browser/resources/options/advanced_options.html (revision 98595) |
+++ chrome/browser/resources/options/advanced_options.html (working copy) |
@@ -37,6 +37,14 @@ |
</div> |
<div class="checkbox"> |
<label> |
+ <input id="spellingServiceEnabled" |
+ pref="spellcheck.use_spelling_service" |
+ metric="Options_UseSpellingCheckbox" type="checkbox"> |
+ <span i18n-content="spellingPref"></span> |
+ </label> |
+ </div> |
+ <div class="checkbox"> |
+ <label> |
<input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled" |
metric="Options_DnsPrefetchCheckbox" type="checkbox"> |
<span i18n-content="networkPredictionEnabledDescription"></span> |