Index: components/web_view/frame_tree_delegate.cc |
diff --git a/components/web_view/frame_tree_delegate.cc b/components/web_view/frame_tree_delegate.cc |
index ab7e8d38b4382136880843822ad31f014e8bb9d7..4666a486d50252d680e55a57277d984f027db488 100644 |
--- a/components/web_view/frame_tree_delegate.cc |
+++ b/components/web_view/frame_tree_delegate.cc |
@@ -9,5 +9,13 @@ namespace web_view { |
void FrameTreeDelegate::DidCreateFrame(Frame* frame) {} |
void FrameTreeDelegate::DidDestroyFrame(Frame* frame) {} |
void FrameTreeDelegate::OnViewEmbeddedInFrameDisconnected(Frame* frame) {} |
+void FrameTreeDelegate::OnReportFindInFrameMatchCount(int32_t request_id, |
+ Frame* frame, |
+ int32_t count, |
+ bool final_update) {} |
+void FrameTreeDelegate::OnReportFindInPageSelection( |
+ int32_t request_id, |
+ Frame* frame, |
+ int32_t active_match_ordinal) {} |
} // namespace web_view |