| Index: chrome/common/extensions/api/bookmarks.json
|
| diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
|
| index eb19bd47ce7f1bac8dd3dcd41547dc4f94d795a9..ec193526212764b9958258b8eee502357b338a10 100644
|
| --- a/chrome/common/extensions/api/bookmarks.json
|
| +++ b/chrome/common/extensions/api/bookmarks.json
|
| @@ -170,7 +170,7 @@
|
| "type": "object",
|
| "name": "destination",
|
| "properties": {
|
| - "parentId": {"type": "string"},
|
| + "parentId": {"type": "string", "optional": true},
|
| "index": {"type": "integer", "minimum": 0, "optional": true}
|
| }
|
| },
|
|
|