DescriptionOn Windows ASH ensure that we get the display created for the root window serving ASH.
This ensures that windows created in ASH honor the shell work area etc.
We have bugs today where in the first maximized window in ASH does not honor the work area
leading to problems.
Changes as below:-
1. Added a function IsAshProcess for Windows in ash_init.cc. This returns true if the browser
is launched to serve ASH.
2. In the DefaultTargetDisplayProvider::GetTargetDisplay function check if the browser is launched
for ASH along with the check for whether ASH is to be opened on startup. If yes then we get the
display for the root window created for ASH.
BUG=361776
R=sky
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278534
Patch Set 1 #
Total comments: 2
Patch Set 2 : Code review comments #Messages
Total messages: 7 (0 generated)
|