| Index: chrome/app/chrome_dll_main.cc
|
| diff --git a/chrome/app/chrome_dll_main.cc b/chrome/app/chrome_dll_main.cc
|
| index 17831179210c7c89f4b3711af533defb347be70e..792d0ad138b4f085d9334dca759fd15203b7412f 100644
|
| --- a/chrome/app/chrome_dll_main.cc
|
| +++ b/chrome/app/chrome_dll_main.cc
|
| @@ -554,6 +554,7 @@ 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
|
|
|