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

Unified Diff: third_party/closure_compiler/externs/users_private.js

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: third_party/closure_compiler/externs/users_private.js
diff --git a/third_party/closure_compiler/externs/users_private.js b/third_party/closure_compiler/externs/users_private.js
index 8015b8d9523e05b34e8a386ed8e9ca367988f60a..85b9a104671e779aaef3216a2dd7d85b08aea1d9 100644
--- a/third_party/closure_compiler/externs/users_private.js
+++ b/third_party/closure_compiler/externs/users_private.js
@@ -19,6 +19,7 @@ chrome.usersPrivate = {};
/**
* @typedef {{
* email: string,
+ * displayEmail: string,
* name: string,
* isOwner: boolean,
* isSupervised: boolean

Powered by Google App Engine
This is Rietveld 408576698