| 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..65444ba1a2a002edd8afd5e0665c9929f92d0ce3 100644
|
| --- a/components/web_view/frame_apptest.cc
|
| +++ b/components/web_view/frame_apptest.cc
|
| @@ -166,6 +166,14 @@ class TestFrameClient : public mojom::FrameClient {
|
| if (!on_dispatch_load_event_callback_.is_null())
|
| on_dispatch_load_event_callback_.Run();
|
| }
|
| + void Find(int32_t request_id,
|
| + const mojo::String& search_text,
|
| + const FindCallback& callback) override {}
|
| + void StopFinding(bool clear_selection) override {}
|
| + void ScopeStringMatches(int32_t request_id,
|
| + const mojo::String& search_test,
|
| + bool reset) override {}
|
| + void CancelPendingScopingEffort() override {}
|
|
|
| private:
|
| struct LoadingStateChangedNotification {
|
|
|