diff options
Diffstat (limited to 'chrome/browser/ui/views/find_bar_host.cc')
-rw-r--r-- | chrome/browser/ui/views/find_bar_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/views/find_bar_host.cc b/chrome/browser/ui/views/find_bar_host.cc index db3041b..f2c822f 100644 --- a/chrome/browser/ui/views/find_bar_host.cc +++ b/chrome/browser/ui/views/find_bar_host.cc @@ -178,7 +178,7 @@ bool FindBarHost::AcceleratorPressed(const views::Accelerator& accelerator) { } else if (key == ui::VKEY_ESCAPE) { // This will end the Find session and hide the window, causing it to loose // focus and in the process unregister us as the handler for the Escape - // accelerator through the FocusWillChange event. + // accelerator through the OnWillChangeFocus event. find_bar_controller_->EndFindSession(FindBarController::kKeepSelection); } else { NOTREACHED() << "Unknown accelerator"; |