DescriptionMake ManagedMode's GoBackToSafety feature kinda' multi-desktop aware...!
It used to be native desktop aware only (i.e. if this feature was ever triggered in Ash, it would check the state of the native desktop and potentially open a new native desktop window).
Now it is slightly "better" in that it now makes the check on the correct desktop for the current WebContents, the window creation is still on the native desktop however because chrome::NewEmptyWindow() is still not multi-desktop aware... this will be taken care of in a subsequent CL when I make browser_command.cc's commands multi-desktop aware.
Getting rid of some more native desktop only BrowserList:: calls :).
R=ben@chromium.org
BUG=129187
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=181744
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|