Fixed a crash while opening the file open/save dialogs on Windows 7 ASH.
The operations would get routed to the viewer process under the assumption that it was Windows 8 which would eventually crash while trying to open the metro dialogs which don't work on Windows 7. Fix is to return false from the ShellDialogsDelegateWin::IsWindowInMetro function for anything below Windows 8. BUG=356475 Review URL: https://codereview.chromium.org/510223002 Cr-Commit-Position: refs/heads/master@{#292520}
Showing
Please register or sign in to comment