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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.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/options2/chromeos/accounts_options_handler2.cc
diff --git a/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc b/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc
index 72a6243cdba1936e514367e67b7b2c003719f573..52c94b78645ca82e20230f6cf9ca64af067867ed 100644
--- a/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.cc
+++ b/chrome/browser/ui/webui/options2/chromeos/accounts_options_handler2.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.
@@ -88,7 +88,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