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

Unified Diff: chrome/browser/automation/automation_provider.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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider.cc
diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
index 502a8e761ae5ee9760a06564334345c0f594d40c..b08703b9e4a322c7182235be2f04e4c976bf1d75 100644
--- a/chrome/browser/automation/automation_provider.cc
+++ b/chrome/browser/automation/automation_provider.cc
@@ -230,7 +230,7 @@ bool AutomationProvider::InitializeChannel(const std::string& channel_id) {
// Wait for webui login to be ready.
// Observer will delete itself.
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kLoginManager) &&
- !chromeos::UserManager::Get()->user_is_logged_in()) {
+ !chromeos::UserManager::Get()->IsUserLoggedIn()) {
login_webui_ready_ = false;
new LoginWebuiReadyObserver(this);
}
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698