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

Unified Diff: chrome/browser/ui/browser_init.cc

Issue 9664072: Removing WmIpc and related files from ChromeOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Copyright Created 8 years, 9 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/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.
« no previous file with comments | « chrome/browser/chromeos/xinput_hierarchy_changed_event_listener_gtk.cc ('k') | chrome/browser/ui/browser_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698