diff options
Diffstat (limited to 'chrome/browser/views/find_bar_view.cc')
-rw-r--r-- | chrome/browser/views/find_bar_view.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/views/find_bar_view.cc b/chrome/browser/views/find_bar_view.cc index 4aaccee..2869cff1 100644 --- a/chrome/browser/views/find_bar_view.cc +++ b/chrome/browser/views/find_bar_view.cc @@ -231,7 +231,6 @@ void FindBarView::UpdateForResult(const FindNotificationDetails& result, match_count_text_->set_background( views::Background::CreateSolidBackground(kBackgroundColorNoMatch)); match_count_text_->SetColor(kTextColorNoMatch); - MessageBeep(MB_OK); } // Make sure Find Next and Find Previous are enabled if we found any matches. |