summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authormmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 00:12:29 +0000
committermmoss@chromium.org <mmoss@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 00:12:29 +0000
commit0faab517e5d541bc51d24be919e899991ed7356a (patch)
treeb295904b4262778bac8683a15449db574e96ddbb /chrome/common
parent9fe24ece4042c39bc16bed8af10a4f5940c4f118 (diff)
downloadchromium_src-0faab517e5d541bc51d24be919e899991ed7356a.zip
chromium_src-0faab517e5d541bc51d24be919e899991ed7356a.tar.gz
chromium_src-0faab517e5d541bc51d24be919e899991ed7356a.tar.bz2
Update build to work with native 64-bit Linux packages.
Also remove the no longer used GTK variable, since the GTK_PATH modification was a hack for 32-bit binaries on 64-bit distros. Review URL: http://codereview.chromium.org/173286 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24186 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/platform_util_linux.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/platform_util_linux.cc b/chrome/common/platform_util_linux.cc
index 4e25bcf..778e046 100644
--- a/chrome/common/platform_util_linux.cc
+++ b/chrome/common/platform_util_linux.cc
@@ -19,7 +19,6 @@ void XDGOpen(const FilePath& path) {
argv.push_back(path.value());
base::environment_vector env;
- env.push_back(std::make_pair("GTK_PATH", getenv("CHROMIUM_SAVED_GTK_PATH")));
// xdg-open can fall back on mailcap which eventually might plumb through
// to a command that needs a terminal. Set the environment variable telling
// it that we definitely don't have a terminal available and that it should