Fix regression with Find in page focus on trunk.
commit9bd491ee6e4c3695b2a96079c6607756bb0b13c0
authorfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Dec 2008 22:31:07 +0000 (10 22:31 +0000)
committerfinnur@google.com <finnur@google.com@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 10 Dec 2008 22:31:07 +0000 (10 22:31 +0000)
tree7caae901885c1a36639246cb310492add9fe1e99
parente8749c99e678b18cf1b0b4051fab7d518e9ef0f9
Fix regression with Find in page focus on trunk.

Basically, if the Find box is open, pressing Ctrl+F should
set focus to the text field. This regressed when the Find
box moved into web_contents_view.

I have added a UI test to catch this in the future.

Review URL: http://codereview.chromium.org/13721

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6748 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/browser_focus_uitest.cc
chrome/browser/view_ids.h
chrome/browser/views/find_bar_view.cc
chrome/browser/web_contents_view_win.cc