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

Unified Diff: chrome/renderer/spellchecker/spellcheck_provider.cc

Issue 1275813002: Implemented typo recognition in Chrome for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@4_remove_mac_redundancies
Patch Set: Changed pending requests to be handled in native, other comment addressing Created 5 years, 4 months 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/renderer/spellchecker/spellcheck_provider.cc
diff --git a/chrome/renderer/spellchecker/spellcheck_provider.cc b/chrome/renderer/spellchecker/spellcheck_provider.cc
index 001484ede8d768cdd8c32737dfc2e14482d3c413..930b78f32bd132c489dc2b8758481fa3a63b5053 100644
--- a/chrome/renderer/spellchecker/spellcheck_provider.cc
+++ b/chrome/renderer/spellchecker/spellcheck_provider.cc
@@ -47,7 +47,7 @@ SpellCheckProvider::SpellCheckProvider(
DCHECK(spellcheck_);
if (render_view) { // NULL in unit tests.
render_view->GetWebView()->setSpellCheckClient(this);
- EnableSpellcheck(spellcheck_->is_spellcheck_enabled());
+ EnableSpellcheck(spellcheck_->IsSpellcheckEnabled());
}
}

Powered by Google App Engine
This is Rietveld 408576698