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

Unified Diff: chrome/browser/chromeos/login/base_login_display_host.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/base_login_display_host.cc
diff --git a/chrome/browser/chromeos/login/base_login_display_host.cc b/chrome/browser/chromeos/login/base_login_display_host.cc
index a04035c693b02f97c09f82134f2f36f0dc179aa3..da9d08eb77503fbb1ba6a7c4fbfaba7a5c248fb8 100644
--- a/chrome/browser/chromeos/login/base_login_display_host.cc
+++ b/chrome/browser/chromeos/login/base_login_display_host.cc
@@ -41,10 +41,6 @@
#include "ui/gfx/rect.h"
#include "unicode/timezone.h"
-#if defined(TOOLKIT_USES_GTK)
-#include "chrome/browser/chromeos/legacy_window_manager/wm_ipc.h"
-#endif
-
#if defined(USE_AURA)
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
@@ -469,11 +465,6 @@ void ShowLoginWizard(const std::string& first_screen_name,
chromeos::input_method::InputMethodManager* manager =
chromeos::input_method::InputMethodManager::GetInstance();
-#if defined(TOOLKIT_USES_GTK)
- // Tell the window manager that the user isn't logged in.
- chromeos::WmIpc::instance()->SetLoggedInProperty(false);
-#endif
-
// Set up keyboards. For example, when |locale| is "en-US", enable US qwerty
// and US dvorak keyboard layouts.
if (g_browser_process && g_browser_process->local_state()) {
« no previous file with comments | « chrome/browser/chromeos/legacy_window_manager/wm_message_listener.cc ('k') | chrome/browser/chromeos/login/lock_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698