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..40c31bffd6f76e000c7e95324613d64a157a16a2 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 HighlightFindResults(int32_t request_id, |
+ const mojo::String& search_test, |
+ bool reset) override {} |
+ void StopHighlightingFindResults() override {} |
private: |
struct LoadingStateChangedNotification { |