SimpleMessageBoxViews: UI message loop does not need to be running on Linux.
commit947004dd444068ea03e24441fed34e038c938d59
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 May 2014 15:59:02 +0000 (7 15:59 +0000)
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 7 May 2014 15:59:02 +0000 (7 15:59 +0000)
tree4dc6489e05edd718872ae743dd564baf937397c9
parentcfe006778c4d402d0dec527dc4011bc4cdf83a2e
SimpleMessageBoxViews: UI message loop does not need to be running on Linux.

Fixes ProcessSingletonDialogLinux not showing a dialog.

BUG=367048
TEST=run "mkdir /tmp/locktest && ln -s fakehost-1234 /tmp/locktest/SingletonLock && chrome --user-data-dir=/tmp/locktest". A dialog should appear allowing you to quit or unlock the profile. If you click quit, /tmp/locktest/SingletonLock file should remain untouched. If you click unlock, chrome should launch normally.

Review URL: https://codereview.chromium.org/261753015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268793 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/ui/views/simple_message_box_views.cc