| Index: components/web_view/frame_apptest.cc
|
| diff --git a/components/web_view/frame_apptest.cc b/components/web_view/frame_apptest.cc
|
| index fb6171d158a10c970f2ff238c4caa40f62724876..45d124c6fca88bb8a44c24a589d373d180fd1f07 100644
|
| --- a/components/web_view/frame_apptest.cc
|
| +++ b/components/web_view/frame_apptest.cc
|
| @@ -166,6 +166,8 @@ class TestFrameClient : public mojom::FrameClient {
|
| if (!on_dispatch_load_event_callback_.is_null())
|
| on_dispatch_load_event_callback_.Run();
|
| }
|
| + void OnFind(int32_t request_id, const mojo::String& search_text) override {}
|
| + void OnStopFinding() override {}
|
|
|
| private:
|
| struct LoadingStateChangedNotification {
|
|
|