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

Unified Diff: chrome/browser/chrome_browser_main_extra_parts_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/chrome_browser_main_extra_parts_aura.cc
diff --git a/chrome/browser/chrome_browser_main_extra_parts_aura.cc b/chrome/browser/chrome_browser_main_extra_parts_aura.cc
index 0237788cb9f3d830abf72cb1e342dccd04b2f04f..9dfce629ce530893afba3ac7db2bf9fb79b3e7f7 100644
--- a/chrome/browser/chrome_browser_main_extra_parts_aura.cc
+++ b/chrome/browser/chrome_browser_main_extra_parts_aura.cc
@@ -40,7 +40,7 @@ void ChromeBrowserMainExtraPartsAura::PreProfileInit() {
aura::RootWindow::set_use_fullscreen_host_window(true);
aura::RootWindow::set_hide_host_cursor(true);
// Hide the mouse cursor completely at boot.
- if (!chromeos::UserManager::Get()->user_is_logged_in())
+ if (!chromeos::UserManager::Get()->IsUserLoggedIn())
ash::Shell::set_initially_hide_cursor(true);
}
#endif

Powered by Google App Engine
This is Rietveld 408576698