Reset the keep_on_top field in the InitParams for the omnibox dropdown and status bubble on Windows where these windows use the software compositor via the menu style.
The above windows use the software compositor to avoid sync calls from the browser UI thread to the GPU process. To achieve this we create the windows using the menu style
which uses the software compositor. However the menu style also gives us a topmost window which causes the status bubble text to show up even when the window is not active.
Fix is to reset the keep_on_top field in the InitParams structure.
BUG=508526
Review URL: https://codereview.chromium.org/
1236113002
Cr-Commit-Position: refs/heads/master@{#338603}