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

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

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: 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 aef2b1a8fa9685eb59479015d7cff13e8398e862..8015b8d9523e05b34e8a386ed8e9ca367988f60a 100644
--- a/third_party/closure_compiler/externs/users_private.js
+++ b/third_party/closure_compiler/externs/users_private.js
@@ -3,7 +3,7 @@
// found in the LICENSE file.
// This file was generated by:
-// tools/json_schema_compiler/compiler.py.
+// ./tools/json_schema_compiler/compiler.py.
// NOTE: The format of types has changed. 'FooType' is now
// 'chrome.usersPrivate.FooType'.
// Please run the closure compiler before committing changes.
@@ -20,7 +20,8 @@ chrome.usersPrivate = {};
* @typedef {{
* email: string,
* name: string,
- * isOwner: boolean
+ * isOwner: boolean,
+ * isSupervised: boolean
* }}
* @see https://developer.chrome.com/extensions/usersPrivate#type-User
*/
« no previous file with comments | « chrome/common/extensions/api/users_private.idl ('k') | ui/webui/resources/cr_elements/cr_scrollable_behavior.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698