Index: chrome/browser/views/find_bar_host.cc |
=================================================================== |
--- chrome/browser/views/find_bar_host.cc (revision 41087) |
+++ chrome/browser/views/find_bar_host.cc (working copy) |
@@ -96,7 +96,7 @@ |
// 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. |
- find_bar_controller_->EndFindSession(); |
+ find_bar_controller_->EndFindSession(FindBarController::kKeepSelection); |
return true; |
} |