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

Unified Diff: chrome/browser/ui/find_bar/find_bar_controller.cc

Issue 2800163002: Prevent excessive beeping in case of Find On Page search failure
Patch Set: Move tracking to find_tab_helper Created 3 years, 8 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 | « no previous file | chrome/browser/ui/find_bar/find_tab_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/find_bar/find_bar_controller.cc
diff --git a/chrome/browser/ui/find_bar/find_bar_controller.cc b/chrome/browser/ui/find_bar/find_bar_controller.cc
index db9cfcefd123182f20140dccf9165747410969e3..fccdb7a03cdeb89bf1c0b6238464910e18a120fd 100644
--- a/chrome/browser/ui/find_bar/find_bar_controller.cc
+++ b/chrome/browser/ui/find_bar/find_bar_controller.cc
@@ -30,10 +30,7 @@ using content::WebContents;
static const int kMinFindWndDistanceFromSelection = 5;
FindBarController::FindBarController(FindBar* find_bar)
- : find_bar_(find_bar),
- web_contents_(NULL),
- last_reported_matchcount_(0) {
-}
+ : find_bar_(find_bar), web_contents_(NULL), last_reported_matchcount_(0) {}
FindBarController::~FindBarController() {
DCHECK(!web_contents_);
« no previous file with comments | « no previous file | chrome/browser/ui/find_bar/find_tab_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698