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

Unified Diff: content/public/browser/web_contents_delegate.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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/test/find_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/test/find_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698