| 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..fdcb1f2a9d899c92c1c1adedc718b14fe8b31992 100644
|
| --- a/components/web_view/frame_tree_delegate.cc
|
| +++ b/components/web_view/frame_tree_delegate.cc
|
| @@ -9,5 +9,11 @@ namespace web_view {
|
| void FrameTreeDelegate::DidCreateFrame(Frame* frame) {}
|
| void FrameTreeDelegate::DidDestroyFrame(Frame* frame) {}
|
| void FrameTreeDelegate::OnViewEmbeddedInFrameDisconnected(Frame* frame) {}
|
| +void FrameTreeDelegate::ReportFindInPageMatchCount(int32_t request_id,
|
| + int32_t count,
|
| + bool final_update) {}
|
| +void FrameTreeDelegate::ReportFindInPageSelection(
|
| + int32_t request_id,
|
| + int32_t active_match_ordinal) {}
|
|
|
| } // namespace web_view
|
|
|