[Spellcheck] Removing the "no more suggestions from Google" line when using the spell...
commit90bfb100cfdd2077dfd248b240c06d2374f66bcc
authorrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Jan 2013 20:13:18 +0000 (4 20:13 +0000)
committerrlp@chromium.org <rlp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 4 Jan 2013 20:13:18 +0000 (4 20:13 +0000)
tree225db63342fa336c524b345dc4e05dd703c6d33a
parente9c360128b5b74d10879c30d2f1ad9399c425613
[Spellcheck] Removing the "no more suggestions from Google" line when using the spelling service

When using the spelling service, we should not show the "no more suggestions from Google" since that should intelligently figure out the correct suggestion.

BUG=119483
TEST=run using --use-spelling-service and observe that it shows only the single suggestion. run without that flag and observe that it will still show "no more suggestions from Google"

Review URL: https://chromiumcodereview.appspot.com/11635063

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175178 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/spellchecker/spellcheck_message_filter.cc
chrome/browser/spellchecker/spellcheck_message_filter.h
chrome/browser/spellchecker/spelling_service_client.cc
chrome/browser/spellchecker/spelling_service_client.h
chrome/browser/spellchecker/spelling_service_client_unittest.cc
chrome/browser/tab_contents/spelling_menu_observer.cc
chrome/browser/tab_contents/spelling_menu_observer.h
chrome/browser/tab_contents/spelling_menu_observer_browsertest.cc