Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6105)

Unified Diff: chrome/browser/ui/find_bar/find_tab_helper.h

Issue 2723253002: Fix beep when navigating/closing a page with find bar open
Patch Set: android Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/find_bar/find_tab_helper.h
diff --git a/chrome/browser/ui/find_bar/find_tab_helper.h b/chrome/browser/ui/find_bar/find_tab_helper.h
index 2f3f05bc5052974ea7e15a4d0ce8ca23edfedd10..274a4624157a0abcb6320f15fa9e3ac167d457fb 100644
--- a/chrome/browser/ui/find_bar/find_tab_helper.h
+++ b/chrome/browser/ui/find_bar/find_tab_helper.h
@@ -83,7 +83,8 @@ class FindTabHelper : public content::WebContentsObserver,
int number_of_matches,
const gfx::Rect& selection_rect,
int active_match_ordinal,
- bool final_update);
+ bool final_update,
+ bool was_frame_removal);
private:
explicit FindTabHelper(content::WebContents* web_contents);
« no previous file with comments | « chrome/browser/ui/find_bar/find_notification_details.h ('k') | chrome/browser/ui/find_bar/find_tab_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698