| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 9b60cdfaf8d0f7b71abd2212290344ba0c16b6b1..6687339bc8c90b3a3af6ae67bbad5f9656994512 100755
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -916,7 +916,7 @@
|
| {
|
| "name": "onRemoved",
|
| "type": "function",
|
| - "description": "Fired when a bookmark or folder is removed.",
|
| + "description": "Fired when a bookmark or folder is removed. When a folder is removed recursively, a single notification is fired for the folder, and none for its contents.",
|
| "parameters": [
|
| {"type": "string", "name": "id"},
|
| {
|
| @@ -965,7 +965,7 @@
|
| {
|
| "name": "onChildrenReordered",
|
| "type": "function",
|
| - "description": "Fired when the children of a folder have changed their order.",
|
| + "description": "Fired when the children of a folder have changed their order due to the order being sorted in the UI. This is not called as a result of a move().",
|
| "parameters": [
|
| {"type": "string", "name": "id"},
|
| {
|
|
|