Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6912)

Unified Diff: chrome/browser/resources/options/advanced_options.html

Issue 8586043: Adds an option item that enables/disables the Spelling service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/advanced_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/advanced_options.html
===================================================================
--- chrome/browser/resources/options/advanced_options.html (revision 110703)
+++ chrome/browser/resources/options/advanced_options.html (working copy)
@@ -35,8 +35,18 @@
<span i18n-content="suggestPref"></span>
</label>
</div>
+<if expr="pp_ifdef('_google_chrome') and os == 'win32'">
<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 class="checkbox">
+ <label>
<input id="dnsPrefetchingEnabled" pref="dns_prefetching.enabled"
metric="Options_DnsPrefetchCheckbox" type="checkbox">
<span i18n-content="networkPredictionEnabledDescription"></span>
« no previous file with comments | « no previous file | chrome/browser/ui/webui/options/advanced_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698