| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 6f966c7ad588604ba8abe81e6171eb2ac6184533..a4fdf984643e6bfa681ce2d2ac659bac53e9bf3d 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -431,7 +431,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
| int active_match_ordinal,
|
| - bool final_update) {}
|
| + bool final_update,
|
| + bool was_frame_removal) {}
|
|
|
| #if defined(OS_ANDROID)
|
| // Provides the rects of the current find-in-page matches.
|
|
|