Run ShellExecute on the file thread instead of the IO thread.  ShellExecute can
be janky so we don't want to be calling it on the IO thread.  The file thread
is really the "blocking io" thread, and it's where we call ShellExecute for
other things.

R=nsylvain

Review URL: http://codereview.chromium.org/18120

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8166 0039d316-1c4b-4281-b951-d872f2087c98
2 files changed