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

Unified Diff: chrome/browser/ui/views/ash/status_area_host_aura.cc

Issue 9355059: Renaming virtual setters/getters in UserManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: year 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/views/ash/status_area_host_aura.cc
diff --git a/chrome/browser/ui/views/ash/status_area_host_aura.cc b/chrome/browser/ui/views/ash/status_area_host_aura.cc
index f8cdbb2c507632efb02f74229f7890f8e1848edf..e02f3be2d1ad7da01dd4c04c451b44ff4385e0e8 100644
--- a/chrome/browser/ui/views/ash/status_area_host_aura.cc
+++ b/chrome/browser/ui/views/ash/status_area_host_aura.cc
@@ -264,7 +264,7 @@ void StatusAreaHostAura::Observe(int type,
bool StatusAreaHostAura::IsLoginOrLockScreenDisplayed() const {
#if defined(OS_CHROMEOS)
- if (!chromeos::UserManager::Get()->user_is_logged_in() &&
+ if (!chromeos::UserManager::Get()->IsUserLoggedIn() &&
chromeos::system::runtime_environment::IsRunningOnChromeOS())
return true;
« no previous file with comments | « chrome/browser/ui/views/ash/screenshot_taker.cc ('k') | chrome/browser/ui/views/ash/status_area_host_aura_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698