| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index cb250c1b98c74df96acd4a1b8412da692ec31985..2a6b823c2e9c7ff5ab5e34fa74d6d04f1b097896 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -98,10 +98,6 @@
|
| #include "content/browser/device_monitor_mac.h"
|
| #endif
|
|
|
| -#if defined(TOOLKIT_GTK)
|
| -#include "ui/gfx/gtk_util.h"
|
| -#endif
|
| -
|
| #if defined(OS_POSIX) && !defined(OS_MACOSX)
|
| #include <sys/stat.h>
|
|
|
| @@ -384,10 +380,6 @@ void BrowserMainLoop::EarlyInitialization() {
|
| g_type_init();
|
| #endif
|
|
|
| -#if !defined(USE_AURA)
|
| - gfx::GtkInitFromCommandLine(parsed_command_line_);
|
| -#endif
|
| -
|
| SetUpGLibLogHandler();
|
| #endif
|
|
|
|
|