Prevent refocus of the app list on hide.
commitb8cf205d0c95d956962a2d80c6692abe03425e4a
authorcalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Jun 2014 04:38:34 +0000 (25 04:38 +0000)
committercalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 25 Jun 2014 04:38:34 +0000 (25 04:38 +0000)
tree3bd5e2431ac1a5f030edafe4b114de230f80e897
parent488a0e25d3263b8d52c80f70b6445f030768c84f
Prevent refocus of the app list on hide.

This CL fixes an issue where the app list would be refocused as it was hiding,
leading to bad focus behavior when clicking off the app list.

This was being caused by the app list search box getting cleared when the app
list was hidden, triggering a refocus. Not refocusing when the app list is
hidden fixes the issue.

BUG=387559

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@279585 0039d316-1c4b-4281-b951-d872f2087c98
ui/app_list/views/app_list_main_view.cc