Fix a crash in the fullscreen handler on Windows which occurs due to CHECK for...
Fix a crash in the fullscreen handler on Windows which occurs due to CHECK for success in creating the TaskBarList It looks like assuming this COM object to be available in all cases is incorrect. We have other users in Chrome who use this on a best effort basis. Additionally we need to call the HrInit() method on the ITaskBarList2 interface before using it. BUG=740376 TBR=msw Review-Url: https://codereview.chromium.org/2978453002 Cr-Commit-Position: refs/heads/master@{#485161}
Showing
Please register or sign in to comment