diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 04:42:41 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-30 04:42:41 +0000 |
commit | 9da17efc7cad4bf044f789b54f316fe05fd94053 (patch) | |
tree | f452530bd277ef881d72b40969e46242d36cce61 /chrome/browser | |
parent | c77e5ad62030f54d16d4957fb7dcfb75cab05484 (diff) | |
download | chromium_src-9da17efc7cad4bf044f789b54f316fe05fd94053.zip chromium_src-9da17efc7cad4bf044f789b54f316fe05fd94053.tar.gz chromium_src-9da17efc7cad4bf044f789b54f316fe05fd94053.tar.bz2 |
Removes the "Use a web service for spelling suggestions" item from an option menu (again).
This temporarily removes the "Use a web service for spelling suggestions" item as suggested by privacy people. (This item does not show an opt-in dialog to confirm the opinions of users.) I will re-add this item with a dialog handler so users can opt-in this feature.
BUG=120593
TEST=manual
Review URL: http://codereview.chromium.org/9921005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser')
-rw-r--r-- | chrome/browser/resources/options2/browser_options.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/resources/options2/browser_options.html b/chrome/browser/resources/options2/browser_options.html index 88e66f2..54763d3 100644 --- a/chrome/browser/resources/options2/browser_options.html +++ b/chrome/browser/resources/options2/browser_options.html @@ -236,14 +236,6 @@ </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> <div id="metricsReportingSetting" class="checkbox"> <label> <if expr="pp_ifdef('chromeos')"> |