diff options
Diffstat (limited to 'views/aura_desktop')
-rw-r--r-- | views/aura_desktop/aura_desktop_main.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/views/aura_desktop/aura_desktop_main.cc b/views/aura_desktop/aura_desktop_main.cc index 3516f2a..f600b31 100644 --- a/views/aura_desktop/aura_desktop_main.cc +++ b/views/aura_desktop/aura_desktop_main.cc @@ -135,10 +135,6 @@ int main(int argc, char** argv) { icu_util::Initialize(); ResourceBundle::InitSharedInstance("en-US"); -#if defined(USE_X11) - base::MessagePumpX::DisableGtkMessagePump(); -#endif - // Create the message-loop here before creating the desktop. MessageLoop message_loop(MessageLoop::TYPE_UI); |