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

Unified Diff: chrome/common/extensions/api/users_private.idl

Issue 2840313002: MD Settings: user list fixes (Closed)
Patch Set: Fix closure Created 3 years, 8 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/common/extensions/api/users_private.idl
diff --git a/chrome/common/extensions/api/users_private.idl b/chrome/common/extensions/api/users_private.idl
index 01a85785a26192b174dd7f340f77980bab937bcd..8d01f52865c1b4cdabc7144e7efd1794e9ab9853 100644
--- a/chrome/common/extensions/api/users_private.idl
+++ b/chrome/common/extensions/api/users_private.idl
@@ -16,6 +16,9 @@ namespace usersPrivate {
// Whether this user is the device owner.
boolean isOwner;
+
+ // Whether this user is supervised.
+ boolean isSupervised;
};
callback UsersCallback = void (User[] users);
« no previous file with comments | « chrome/browser/resources/settings/people_page/user_list.js ('k') | third_party/closure_compiler/externs/users_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698