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

Unified Diff: chrome/browser/ui/webui/flags_ui.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 | « chrome/browser/ui/webui/feedback_ui.cc ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/flags_ui.cc
diff --git a/chrome/browser/ui/webui/flags_ui.cc b/chrome/browser/ui/webui/flags_ui.cc
index 61cc81b3fb124cd2c0877f5b77185b5f14cf27f2..599a771c79cd0739f29015a8a8fc6a123dfa0580 100644
--- a/chrome/browser/ui/webui/flags_ui.cc
+++ b/chrome/browser/ui/webui/flags_ui.cc
@@ -68,7 +68,7 @@ ChromeWebUIDataSource* CreateFlagsUIHTMLSource() {
int idr = IDR_FLAGS_HTML;
#if defined (OS_CHROMEOS)
- if (!chromeos::UserManager::Get()->current_user_is_owner() &&
+ if (!chromeos::UserManager::Get()->IsCurrentUserOwner() &&
chromeos::system::runtime_environment::IsRunningOnChromeOS())
idr = IDR_FLAGS_HTML_WARNING;
#endif
« no previous file with comments | « chrome/browser/ui/webui/feedback_ui.cc ('k') | chrome/browser/ui/webui/help/help_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698