diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 04:42:16 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 04:42:16 +0000 |
commit | c7622f5da7a78a667ee6b31aab8ba38734ba69e1 (patch) | |
tree | b70ce6322de45ed945dcd7b03e6ed7df929db7ff /chrome/browser/find_bar.h | |
parent | d7dd9842e776eb4d512355d3b4eb1b2918cc2ea1 (diff) | |
download | chromium_src-c7622f5da7a78a667ee6b31aab8ba38734ba69e1.zip chromium_src-c7622f5da7a78a667ee6b31aab8ba38734ba69e1.tar.gz chromium_src-c7622f5da7a78a667ee6b31aab8ba38734ba69e1.tar.bz2 |
Find bar:
- system bell for linux find bar when search not found
- move "not found" logic to find bar controller
Review URL: http://codereview.chromium.org/112002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15382 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/find_bar.h')
-rw-r--r-- | chrome/browser/find_bar.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/find_bar.h b/chrome/browser/find_bar.h index c912b81..6fcd5d1 100644 --- a/chrome/browser/find_bar.h +++ b/chrome/browser/find_bar.h @@ -60,9 +60,8 @@ class FindBar { virtual void UpdateUIForFindResult(const FindNotificationDetails& result, const string16& find_text) = 0; - // Play an audible alert if no match was found. - virtual void AudibleAlertIfNotFound( - const FindNotificationDetails& result) = 0; + // No match was found; play an audible alert. + virtual void AudibleAlert() = 0; // Returns the rectangle representing where to position the find bar. It uses // GetDialogBounds and positions itself within that, either to the left (if an |