Index: chrome/browser/ui/browser_init.cc |
diff --git a/chrome/browser/ui/browser_init.cc b/chrome/browser/ui/browser_init.cc |
index 5d5dfaedc35ce2ef8a3c96647c7fd22b7b9d89e2..853e6d1d87727deb722b7126005345b5398fa361 100644 |
--- a/chrome/browser/ui/browser_init.cc |
+++ b/chrome/browser/ui/browser_init.cc |
@@ -754,12 +754,6 @@ bool BrowserInit::LaunchBrowser(const CommandLine& command_line, |
// GetOffTheRecordProfile() call above. |
profile->InitChromeOSPreferences(); |
-#if defined(TOOLKIT_USES_GTK) |
- // Create the WmMessageListener so that it can listen for messages regardless |
- // of what window has focus. |
- chromeos::WmMessageListener::GetInstance(); |
-#endif |
- |
if (process_startup) { |
// This observer is a singleton. It is never deleted but the pointer is kept |
// in a static so that it isn't reported as a leak. |