| Index: content/browser/browser_main.cc
|
| diff --git a/content/browser/browser_main.cc b/content/browser/browser_main.cc
|
| index 639e901a3e3ed4257df0d2065374adf4a6976c17..7a018df01a15153a2db3e70f5b01bf2548abefb4 100644
|
| --- a/content/browser/browser_main.cc
|
| +++ b/content/browser/browser_main.cc
|
| @@ -291,7 +291,9 @@ void BrowserMainParts::InitializeToolkit() {
|
| // TODO(satorux, stevenjb): remove this once it is no longer needed.
|
| dbus_g_thread_init();
|
| #endif
|
| +#if !defined(USE_AURA)
|
| gfx::GtkInitFromCommandLine(parameters().command_line_);
|
| +#endif
|
| SetUpGLibLogHandler();
|
| #endif
|
|
|
|
|