| Index: components/web_view/test_runner/test_runner_application_delegate.h
|
| diff --git a/components/web_view/test_runner/test_runner_application_delegate.h b/components/web_view/test_runner/test_runner_application_delegate.h
|
| index 48327df195a461a108ef5f7a5e8cae3a756b85c9..03d5b5e4f59d0f7f7abf63d52f6c78f5ea062ed7 100644
|
| --- a/components/web_view/test_runner/test_runner_application_delegate.h
|
| +++ b/components/web_view/test_runner/test_runner_application_delegate.h
|
| @@ -55,6 +55,11 @@ class TestRunnerApplicationDelegate
|
| void BackForwardChanged(mojom::ButtonState back_button,
|
| mojom::ButtonState forward_button) override;
|
| void TitleChanged(const mojo::String& title) override;
|
| + void FindInPageMatchCountUpdated(int32_t request_id,
|
| + int32_t count,
|
| + bool final_update) override {}
|
| + void FindInPageSelectionUpdated(int32_t request_id,
|
| + int32_t active_match_ordinal) override {}
|
|
|
| // LayoutTestRunner:
|
| void TestFinished() override;
|
|
|