diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 23:29:26 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 23:29:26 +0000 |
commit | 6be95547c12e20b386db60f94fc64e0ebc350fcd (patch) | |
tree | b9b878af451e0c2356d9ee37a254315a0fc56ca3 /chrome/app/chrome_dll_main.cc | |
parent | b882adb77481606b12e71603a7f14a6dddcf2092 (diff) | |
download | chromium_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/app/chrome_dll_main.cc')
-rw-r--r-- | chrome/app/chrome_dll_main.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc index d98e47d..d2af7a9 100644 --- a/chrome/app/chrome_dll_main.cc +++ b/chrome/app/chrome_dll_main.cc @@ -541,7 +541,6 @@ int ChromeMain(int argc, const char** argv) { #endif } else if (process_type.empty()) { #if defined(OS_LINUX) - g_thread_init(NULL); // Glib type system initialization. Needed at least for gconf, // used in net/proxy/proxy_config_service_linux.cc. Most likely // this is superfluous as gtk_init() ought to do this. It's |