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

Unified Diff: chrome/browser/ui/webui/options/chromeos/accounts_options_handler.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/options/chromeos/accounts_options_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
index 5b251480c5bf762af195a5ebd43577b2a22577a1..b4c82f268a74f97c53e25ce55e2c8f9b826b0690 100644
--- a/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_handler.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -86,7 +86,7 @@ void AccountsOptionsHandler::GetLocalizedValues(
localized_strings->SetString("owner_user_id", UTF8ToUTF16(display_email));
localized_strings->SetString("current_user_is_owner",
- UserManager::Get()->current_user_is_owner() ?
+ UserManager::Get()->IsCurrentUserOwner() ?
ASCIIToUTF16("true") : ASCIIToUTF16("false"));
localized_strings->SetString("logged_in_as_guest",
UserManager::Get()->IsLoggedInAsGuest() ?

Powered by Google App Engine
This is Rietveld 408576698