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

Unified Diff: extensions/browser/guest_view/web_view/web_view_guest.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: extensions/browser/guest_view/web_view/web_view_guest.h
diff --git a/extensions/browser/guest_view/web_view/web_view_guest.h b/extensions/browser/guest_view/web_view/web_view_guest.h
index 2a3befd59ff9723a07691a771b77fe4402961f3c..74cf8a208e7d5546a06a2d6a701363d6e297b362 100644
--- a/extensions/browser/guest_view/web_view/web_view_guest.h
+++ b/extensions/browser/guest_view/web_view/web_view_guest.h
@@ -178,7 +178,8 @@ class WebViewGuest : public guest_view::GuestView<WebViewGuest>,
int number_of_matches,
const gfx::Rect& selection_rect,
int active_match_ordinal,
- bool final_update) final;
+ bool final_update,
+ bool was_frame_removal) final;
bool ZoomPropagatesFromEmbedderToGuest() const final;
const char* GetAPINamespace() const final;
int GetTaskPrefix() const final;
« no previous file with comments | « content/test/data/find_with_frame_removal.html ('k') | extensions/browser/guest_view/web_view/web_view_guest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698