Fix tab focus in experimental app list.
commit2d2c119803dd07d132eae580c69556c1bf3bac7c
authorcalamity <calamity@chromium.org>
Tue, 25 Nov 2014 08:29:54 +0000 (25 00:29 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 25 Nov 2014 08:30:12 +0000 (25 08:30 +0000)
tree76a4c05a6936bfb785ef6e3920224647699c48ad
parent8cd42c68a9c68fe579a8bf794f7502b1fe3021f8
Fix tab focus in experimental app list.

This CL fixes tab focus being given to incorrect views. The start page's
WebView was taking focus and not returning it and the custom launcher
page's WebView was focusable when it was not being shown.

The dummy search box in the start page view still incorrectly gets focus
but this will be removed soon.

BUG=436327

Review URL: https://codereview.chromium.org/752393002

Cr-Commit-Position: refs/heads/master@{#305603}
ui/app_list/views/contents_view.cc
ui/app_list/views/start_page_view.cc