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

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.cc

Issue 5734002: Continuation of CL 5685007, rename the singleton accessor method in more files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 10 years 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/existing_user_controller.cc
diff --git a/chrome/browser/chromeos/login/existing_user_controller.cc b/chrome/browser/chromeos/login/existing_user_controller.cc
index 9718534e801e930ef988fbfb8f3d6144019b9299..2e43129b2fc741f2ef7379d1f6143d6aeb8beb0d 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.cc
+++ b/chrome/browser/chromeos/login/existing_user_controller.cc
@@ -192,7 +192,7 @@ void ExistingUserController::Init() {
EnableTooltipsIfNeeded(controllers_);
- WmMessageListener::instance()->AddObserver(this);
+ WmMessageListener::GetInstance()->AddObserver(this);
LoginUtils::Get()->PrewarmAuthentication();
if (CrosLibrary::Get()->EnsureLoaded())
@@ -240,7 +240,7 @@ ExistingUserController::~ExistingUserController() {
if (background_window_)
background_window_->Close();
- WmMessageListener::instance()->RemoveObserver(this);
+ WmMessageListener::GetInstance()->RemoveObserver(this);
STLDeleteElements(&controllers_);
}

Powered by Google App Engine
This is Rietveld 408576698