summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 09:33:17 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-01 09:33:17 +0000
commitd2b3a5de6b8969512fe5cd72e4a289a3e079fde3 (patch)
treeeeeb834367ecfef5a07f4361994658fca7991f14
parent8bbf5b6566dc5cfbe37f35b410671fd3938faf11 (diff)
downloadchromium_src-d2b3a5de6b8969512fe5cd72e4a289a3e079fde3.zip
chromium_src-d2b3a5de6b8969512fe5cd72e4a289a3e079fde3.tar.gz
chromium_src-d2b3a5de6b8969512fe5cd72e4a289a3e079fde3.tar.bz2
Revert 110890 - Adds an option item that enables/disables using the Spelling service.
This change re-enables a check-box item "Use a web service to help resolve spelling errors", which allows users to stop using the Spelling service, on Win Chrome. I would like to revert this change because this feature has been punted to M18. BUG=103840 TEST=manual Review URL: http://codereview.chromium.org/8586043 TBR=hbono@chromium.org Review URL: http://codereview.chromium.org/8775001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112434 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/browser/resources/options/advanced_options.html10
-rw-r--r--chrome/browser/ui/webui/options/advanced_options_handler.cc4
2 files changed, 0 insertions, 14 deletions
diff --git a/chrome/browser/resources/options/advanced_options.html b/chrome/browser/resources/options/advanced_options.html
index 64c8c5e..f6b9bff 100644
--- a/chrome/browser/resources/options/advanced_options.html
+++ b/chrome/browser/resources/options/advanced_options.html
@@ -37,16 +37,6 @@
<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"
diff --git a/chrome/browser/ui/webui/options/advanced_options_handler.cc b/chrome/browser/ui/webui/options/advanced_options_handler.cc
index 0ff6ed2..7d767f9 100644
--- a/chrome/browser/ui/webui/options/advanced_options_handler.cc
+++ b/chrome/browser/ui/webui/options/advanced_options_handler.cc
@@ -113,10 +113,6 @@ void AdvancedOptionsHandler::GetLocalizedValues(
IDS_OPTIONS_LINKDOCTOR_PREF },
{ "suggestPref",
IDS_OPTIONS_SUGGEST_PREF },
-#if defined(GOOGLE_CHROME_BUILD) && defined(OS_WIN)
- { "spellingPref",
- IDS_OPTIONS_SPELLING_PREF },
-#endif
{ "tabsToLinksPref",
IDS_OPTIONS_TABS_TO_LINKS_PREF },
{ "fontSettingsInfo",