summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 23:29:26 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-21 23:29:26 +0000
commit6be95547c12e20b386db60f94fc64e0ebc350fcd (patch)
treeb9b878af451e0c2356d9ee37a254315a0fc56ca3 /chrome/plugin
parentb882adb77481606b12e71603a7f14a6dddcf2092 (diff)
downloadchromium_src-6be95547c12e20b386db60f94fc64e0ebc350fcd.zip
chromium_src-6be95547c12e20b386db60f94fc64e0ebc350fcd.tar.gz
chromium_src-6be95547c12e20b386db60f94fc64e0ebc350fcd.tar.bz2
Revert r24043, "linux: call g_thread_init() at relevant startup points"
Build failures. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24044 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();