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

Unified Diff: chrome/browser/spellchecker/spellcheck_message_filter.cc

Issue 11635063: [Spellcheck] Removing the "no more suggestions from Google" line when using the spelling service (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleaning code Created 8 years 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
Index: chrome/browser/spellchecker/spellcheck_message_filter.cc
diff --git a/chrome/browser/spellchecker/spellcheck_message_filter.cc b/chrome/browser/spellchecker/spellcheck_message_filter.cc
index 6868bc0b6c70a9bf1935c8a16c5c0ee56cc11dd3..f566a47478122a810c9d7aa9347cf5d8a48a4024 100644
--- a/chrome/browser/spellchecker/spellcheck_message_filter.cc
+++ b/chrome/browser/spellchecker/spellcheck_message_filter.cc
@@ -120,6 +120,7 @@ void SpellCheckMessageFilter::OnCallSpellingService(
void SpellCheckMessageFilter::OnTextCheckComplete(
int tag,
bool success,
+ SpellingServiceClient::ServiceType type,
const string16& text,
const std::vector<SpellCheckResult>& results) {
Send(new SpellCheckMsg_RespondSpellingService(route_id_,

Powered by Google App Engine
This is Rietveld 408576698