| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index cd6244a52a458cbb5b432b05a1942619d9021894..b3e71b4ab08bc25560701e8682075c9bb8d306d6 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -688,7 +688,8 @@ class Browser : public TabStripModelObserver,
|
| int number_of_matches,
|
| const gfx::Rect& selection_rect,
|
| int active_match_ordinal,
|
| - bool final_update) override;
|
| + bool final_update,
|
| + bool was_frame_removal) override;
|
| void RequestToLockMouse(content::WebContents* web_contents,
|
| bool user_gesture,
|
| bool last_unlocked_by_target) override;
|
|
|