Index: chrome/browser/browser_main.cc |
=================================================================== |
--- chrome/browser/browser_main.cc (revision 99666) |
+++ chrome/browser/browser_main.cc (working copy) |
@@ -608,8 +608,8 @@ |
// requirement for gconf. |
g_type_init(); |
// We use glib-dbus for geolocation and it's possible other libraries |
satorux1
2011/09/06 20:42:40
Could you update the comment? geolocation has swit
Mike Mammarella
2011/09/07 01:01:27
Done.
|
- // (e.g. gnome-keyring) will use it, so initialize its threading here |
- // as well. |
+ // (e.g. kwallet) will use it, so initialize its threading here as well. |
+ // TODO(satorux): remove this once all dbus-glib clients are gone. |
dbus_g_thread_init(); |
gfx::GtkInitFromCommandLine(parameters.command_line_); |
SetUpGLibLogHandler(); |