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

Unified Diff: components/user_manager/user_manager.h

Issue 718673002: New user type introduced. Combines regular and supervised features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: First comments addressed. Created 6 years, 1 month 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: components/user_manager/user_manager.h
diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
index 656ff62f0dde068930f2688d5879c11ef560b49d..11dc94f7c6026af1d553cda0552330195a911242 100644
--- a/components/user_manager/user_manager.h
+++ b/components/user_manager/user_manager.h
@@ -256,6 +256,9 @@ class USER_MANAGER_EXPORT UserManager {
// Returns true if we're logged in as a regular user.
virtual bool IsLoggedInAsRegularUser() const = 0;
+ // Returns true if we're logged in as a regular supervised user.
+ virtual bool IsLoggedInAsRegularSupervisedUser() const = 0;
+
// Returns true if we're logged in as a demo user.
virtual bool IsLoggedInAsDemoUser() const = 0;

Powered by Google App Engine
This is Rietveld 408576698