Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: chrome/browser/browser_main.cc

Issue 7835021: Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698