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

Unified Diff: chrome/browser/chromeos/accessibility/accessibility_manager.cc

Issue 790503002: Methods and types rename for child accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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/supervised_user/child_accounts/child_account_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/accessibility_manager.cc
diff --git a/chrome/browser/chromeos/accessibility/accessibility_manager.cc b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
index 7cd7e32fd41a257062067df41ff7634819f78fc6..fe6ea8c89cf1a1cbaa7894dca6add3b8647e1fd9 100644
--- a/chrome/browser/chromeos/accessibility/accessibility_manager.cc
+++ b/chrome/browser/chromeos/accessibility/accessibility_manager.cc
@@ -484,8 +484,7 @@ void AccessibilityManager::UpdateLargeCursorFromPref() {
bool AccessibilityManager::IsIncognitoAllowed() {
// Supervised users can't create incognito-mode windows.
return !user_manager::UserManager::Get()->IsLoggedInAsSupervisedUser() &&
- !user_manager::UserManager::Get()->
- IsLoggedInAsRegularSupervisedUser();
+ !user_manager::UserManager::Get()->IsLoggedInAsChildUser();
}
bool AccessibilityManager::IsLargeCursorEnabled() {
« no previous file with comments | « no previous file | chrome/browser/supervised_user/child_accounts/child_account_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698