diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 00:48:51 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-26 00:48:51 +0000 |
commit | b43a8e7e92d62b566cb3c8c556d56f8a811c5a7b (patch) | |
tree | f6c36c1ca81767c1311ad2b06b60b47deb00f900 /chrome/common/platform_util_linux.cc | |
parent | 5244461da2252ea483835b12bfa3db38f42831b1 (diff) | |
download | chromium_src-b43a8e7e92d62b566cb3c8c556d56f8a811c5a7b.zip chromium_src-b43a8e7e92d62b566cb3c8c556d56f8a811c5a7b.tar.gz chromium_src-b43a8e7e92d62b566cb3c8c556d56f8a811c5a7b.tar.bz2 |
Revert r19318. Seems we're blocking some UI thread though I thought we didn't here.
BUG=15342
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19326 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/platform_util_linux.cc')
-rw-r--r-- | chrome/common/platform_util_linux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/platform_util_linux.cc b/chrome/common/platform_util_linux.cc index 8e58fe7..988de92 100644 --- a/chrome/common/platform_util_linux.cc +++ b/chrome/common/platform_util_linux.cc @@ -18,7 +18,7 @@ void XDGOpen(const FilePath& path) { argv.push_back("xdg-open"); argv.push_back(path.value()); base::file_handle_mapping_vector no_files; - base::LaunchApp(argv, no_files, true, NULL); + base::LaunchApp(argv, no_files, false, NULL); } } // namespace |