| 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
|
| */
|
|
|