| Index: components/html_viewer/ax_provider_apptest.cc
|
| diff --git a/components/html_viewer/ax_provider_apptest.cc b/components/html_viewer/ax_provider_apptest.cc
|
| index 8721662e4f20cb38b3694eb7c1ee91791c2a0465..cda4538b8ba7c8d4ff51a183fb905db208278f4a 100644
|
| --- a/components/html_viewer/ax_provider_apptest.cc
|
| +++ b/components/html_viewer/ax_provider_apptest.cc
|
| @@ -55,6 +55,11 @@ class TestFrame : public web_view::mojom::Frame {
|
| mojo::URLRequestPtr request) override {}
|
| void DidNavigateLocally(const mojo::String& url) override {}
|
| void DispatchLoadEventToParent() override {}
|
| + void OnFindInFrameCountUpdated(int32_t request_id,
|
| + int32_t count,
|
| + bool final_update) override {}
|
| + void OnFindInPageSelectionUpdated(int32_t request_id,
|
| + int32_t active_match_ordinal) override {}
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(TestFrame);
|
|
|