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

Unified Diff: chrome/browser/ui/webui/help/version_updater_chromeos.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/webui/help/version_updater_chromeos.cc
diff --git a/chrome/browser/ui/webui/help/version_updater_chromeos.cc b/chrome/browser/ui/webui/help/version_updater_chromeos.cc
index 5c186a5dbf99d8b9752a974768ba291482c0f3cd..850dd0379a22fcac64c995929cfcc194d6dfe8dd 100644
--- a/chrome/browser/ui/webui/help/version_updater_chromeos.cc
+++ b/chrome/browser/ui/webui/help/version_updater_chromeos.cc
@@ -45,7 +45,7 @@ void VersionUpdaterCros::RelaunchBrowser() const {
void VersionUpdaterCros::SetReleaseChannel(const std::string& channel) {
DBusThreadManager::Get()->GetUpdateEngineClient()->SetReleaseTrack(channel);
// For local owner set the field in the policy blob too.
- if (UserManager::Get()->current_user_is_owner())
+ if (UserManager::Get()->IsCurrentUserOwner())
CrosSettings::Get()->SetString(chromeos::kReleaseChannel, channel);
}
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.cc ('k') | chrome/browser/ui/webui/options/chromeos/about_page_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698