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

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

Issue 2888183002: Settings: Users: Provide correct email in API (Closed)
Patch Set: Created 3 years, 7 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 8d01f52865c1b4cdabc7144e7efd1794e9ab9853..702cf53c3629a9639c06009550129ae08cb15ef8 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 email for the user.
tommycli 2017/05/17 15:56:12 nit: Maybe "Displayed email" so it's not confused
stevenjb 2017/05/17 16:05:34 Hmm, I feel like "display name" (and equivalent "d
Devlin 2017/05/17 16:16:14 If we *really* wanted to bikeshed this, "emailForD
+ DOMString displayEmail;
+
// Display name for the user.
DOMString name;
« 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