summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 01:14:36 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-25 01:14:36 +0000
commitce4f3bda0b09ed2cfd4773d493aeb432428a4cfc (patch)
tree01bce3d6d6590b967146b011c50b5763defc7ae6 /chrome/plugin
parentd07f31723cd037a8c6bef60b234fdb4ad746f34a (diff)
downloadchromium_src-ce4f3bda0b09ed2cfd4773d493aeb432428a4cfc.zip
chromium_src-ce4f3bda0b09ed2cfd4773d493aeb432428a4cfc.tar.gz
chromium_src-ce4f3bda0b09ed2cfd4773d493aeb432428a4cfc.tar.bz2
Revert "linux: call g_thread_init() at relevant startup points"
This reverts commit r24203, Mac breakage. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24204 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/plugin')
-rw-r--r--chrome/plugin/plugin_thread.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/plugin/plugin_thread.cc b/chrome/plugin/plugin_thread.cc
index 307cbaa..ae90e1a 100644
--- a/chrome/plugin/plugin_thread.cc
+++ b/chrome/plugin/plugin_thread.cc
@@ -35,7 +35,6 @@ PluginThread::PluginThread()
{
// XEmbed plugins assume they are hosted in a Gtk application, so we need
// to initialize Gtk in the plugin process.
- g_thread_init(NULL);
const std::vector<std::string>& args =
CommandLine::ForCurrentProcess()->argv();
int argc = args.size();