Fix experimental app list search box disappearing on profile switch.
commit173f8c1d56273cab85c492c45741f3753ba41145
authorcalamity <calamity@chromium.org>
Mon, 23 Feb 2015 04:45:35 +0000 (22 20:45 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Feb 2015 04:46:33 +0000 (23 04:46 +0000)
tree9a95127109daa0da799cc0f1f53850d8db67db6f
parent1d8ad73cca9d20a5e45821edd30c22bfa105840e
Fix experimental app list search box disappearing on profile switch.

This CL stops the app list search box disappearing on profile switch.
This was happening because the search box bounds were dependent on the
contents view's bounds but was being calculated before the contents view
was laid out. Moving the search box's layout to be later fixes the issue.

BUG=459074

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

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