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

Unified Diff: content/browser/web_contents/web_contents_impl.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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 7c26aa8f3c72ec35a50b40d44995b50ab6bf0ee3..e85845bbd30e31eb576f29f03271eee0811cd672 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -784,7 +784,8 @@ class CONTENT_EXPORT WebContentsImpl
int number_of_matches,
const gfx::Rect& selection_rect,
int active_match_ordinal,
- bool final_update);
+ bool final_update,
+ bool was_frame_removal);
// Modify the counter of connected devices for this WebContents.
void IncrementBluetoothConnectedDeviceCount();
« no previous file with comments | « content/browser/find_request_manager_browsertest.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698