| 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..c04ec7064279a582f54dfbecd498d3f07c0a6a83 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::OnFindInFrameCountUpdated(int32_t request_id,
|
| + Frame* frame,
|
| + int32_t count,
|
| + bool final_update) {}
|
| +void FrameTreeDelegate::OnFindInPageSelectionUpdated(
|
| + int32_t request_id,
|
| + Frame* frame,
|
| + int32_t active_match_ordinal) {}
|
|
|
| } // namespace web_view
|
|
|