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

Unified Diff: content/browser/find_request_manager.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/download/mhtml_generation_browsertest.cc ('k') | content/browser/find_request_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/find_request_manager.h
diff --git a/content/browser/find_request_manager.h b/content/browser/find_request_manager.h
index 5a6b3988d1083017d35dc8b6bd59e33a4c7a315e..204ee0a4b79366834470b47543928a9d4617b434 100644
--- a/content/browser/find_request_manager.h
+++ b/content/browser/find_request_manager.h
@@ -125,7 +125,9 @@ class CONTENT_EXPORT FindRequestManager : public WebContentsObserver {
void SendFindIPC(const FindRequest& request, RenderFrameHost* rfh);
// Sends the find results (as they currently are) to the WebContents.
- void NotifyFindReply(int request_id, bool final_update);
+ void NotifyFindReply(int request_id,
+ bool final_update,
+ bool was_frame_removal);
// Returns the initial frame in search order. This will be either the first
// frame, if searching forward, or the last frame, if searching backward.
« no previous file with comments | « content/browser/download/mhtml_generation_browsertest.cc ('k') | content/browser/find_request_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698