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

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

Issue 2259943003: Settings People CrOS: Display supervised users' names correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test variables Created 4 years, 4 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 ac478738a5512a756fd7d0accb44352c2832f6b5..01a85785a26192b174dd7f340f77980bab937bcd 100644
--- a/chrome/common/extensions/api/users_private.idl
+++ b/chrome/common/extensions/api/users_private.idl
@@ -11,6 +11,9 @@ namespace usersPrivate {
// Email for the user.
DOMString email;
+ // Display name for the user.
+ DOMString name;
+
// Whether this user is the device owner.
boolean isOwner;
};

Powered by Google App Engine
This is Rietveld 408576698