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

Unified Diff: components/test_runner/spell_check_client.cc

Issue 2177023002: Remove spellchecker feedback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile Created 4 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
« no previous file with comments | « components/test_runner/spell_check_client.h ('k') | content/common/frame_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/spell_check_client.cc
diff --git a/components/test_runner/spell_check_client.cc b/components/test_runner/spell_check_client.cc
index 75825f6f1218b55490501a0b5e9969d11f6c8520..b0c2a4ea4501f2df3ba0fe9762e281d19e7db956 100644
--- a/components/test_runner/spell_check_client.cc
+++ b/components/test_runner/spell_check_client.cc
@@ -70,8 +70,6 @@ void SpellCheckClient::checkTextOfParagraph(
void SpellCheckClient::requestCheckingOfText(
const blink::WebString& text,
- const blink::WebVector<uint32_t>& markers,
- const blink::WebVector<unsigned>& marker_offsets,
blink::WebTextCheckingCompletion* completion) {
if (text.isEmpty()) {
if (completion)
« no previous file with comments | « components/test_runner/spell_check_client.h ('k') | content/common/frame_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698