Moves calling TaskbarList::SetOverlayIcon to a separate thread. It
turns out calling SetOverlayIcon() runs a nested message loop, which can result in all sorts of problems (and crashes). Since we don't care about the result I'm moving the call to a worker thread. BUG=174768 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12212053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182145 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment