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

Unified Diff: chrome/browser/chromeos/login/user_manager_impl.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/chromeos/login/user_manager_impl.cc
diff --git a/chrome/browser/chromeos/login/user_manager_impl.cc b/chrome/browser/chromeos/login/user_manager_impl.cc
index 372c2387ca3da9b3cd3c1a6656a7f92bf45ec136..c546b599730163ec414d4ea70302a3af1be66334 100644
--- a/chrome/browser/chromeos/login/user_manager_impl.cc
+++ b/chrome/browser/chromeos/login/user_manager_impl.cc
@@ -57,10 +57,6 @@
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/codec/png_codec.h"
-#if defined(TOOLKIT_USES_GTK)
-#include "chrome/browser/chromeos/legacy_window_manager/wm_ipc.h"
-#endif
-
using content::BrowserThread;
typedef GoogleServiceAuthError AuthError;
@@ -868,11 +864,6 @@ void UserManagerImpl::NotifyOnLogin() {
content::Source<UserManagerImpl>(this),
content::Details<const User>(logged_in_user_));
-#if defined(TOOLKIT_USES_GTK)
- // Let the window manager know that we're logged in now.
- WmIpc::instance()->SetLoggedInProperty(true);
-#endif
-
// Ensure we've opened the real user's key/certificate database.
crypto::OpenPersistentNSSDB();
« no previous file with comments | « chrome/browser/chromeos/login/screen_locker_browsertest.cc ('k') | chrome/browser/chromeos/login/username_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698