| 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)
|
|
|