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

Unified Diff: content/shell/test_runner/test_runner.cc

Issue 2791753003: Split WebTextCheckClient off WebSpellCheckClient (Closed)
Patch Set: Make SpellCheckClient implement WebTextCheckClient only Created 3 years, 9 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: content/shell/test_runner/test_runner.cc
diff --git a/content/shell/test_runner/test_runner.cc b/content/shell/test_runner/test_runner.cc
index 9d2f76f6d418097afda519a4af1d106a2aa59f7c..5ae3f3c5d1a4ed22c94df76e39d4089c104342cd 100644
--- a/content/shell/test_runner/test_runner.cc
+++ b/content/shell/test_runner/test_runner.cc
@@ -1894,7 +1894,7 @@ WebContentSettingsClient* TestRunner::GetWebContentSettings() const {
}
void TestRunner::InitializeWebViewWithMocks(blink::WebView* web_view) {
- web_view->setSpellCheckClient(spellcheck_.get());
+ web_view->setTextCheckClient(spellcheck_.get());
web_view->setCredentialManagerClient(credential_manager_client_.get());
}

Powered by Google App Engine
This is Rietveld 408576698