| Index: chrome/common/extensions/api/bookmarks.json
|
| diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
|
| index f6979560cd3b3d9446c3c7c747627f2c71e7cdf2..e6a82a76aa4c07f51236dc526699420f2afd1035 100644
|
| --- a/chrome/common/extensions/api/bookmarks.json
|
| +++ b/chrome/common/extensions/api/bookmarks.json
|
| @@ -57,6 +57,12 @@
|
| "optional": true,
|
| "description": "When the contents of this folder last changed, in milliseconds since the epoch."
|
| },
|
| + "unmodifiable": {
|
| + "type": "string",
|
| + "enum": ["managed"],
|
| + "optional": true,
|
| + "description": "Indicates the reason why this node is unmodifiable. The <var>managed</var> value indicates that this node was configured by the system administrator. Omitted if the node can be modified by the user and the extension (default)."
|
| + },
|
| "children": {
|
| "type": "array",
|
| "optional": true,
|
|
|