| 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 ffbae242a8bf55b13eb2717aca778f25b1ed66cb..76fee6a4197208c84f85db155c57ce6bbe6327a8 100755
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -475,7 +475,18 @@
|
| "selected": {"type": "boolean", "optional": true}
|
| }
|
| },
|
| - {"type": "function", "name": "callback", "optional": true, "parameters": []}
|
| + {
|
| + "type": "function",
|
| + "name": "callback",
|
| + "optional": true,
|
| + "parameters": [
|
| + {
|
| + "name": "tab",
|
| + "$ref": "Tab",
|
| + "description": "Details about the updated tab."
|
| + }
|
| + ]
|
| + }
|
| ]
|
| },
|
| {
|
| @@ -501,7 +512,18 @@
|
| }
|
| }
|
| },
|
| - {"type": "function", "name": "callback", "optional": true, "parameters": []}
|
| + {
|
| + "type": "function",
|
| + "name": "callback",
|
| + "optional": true,
|
| + "parameters": [
|
| + {
|
| + "name": "tab",
|
| + "$ref": "Tab",
|
| + "description": "Details about the moved tab."
|
| + }
|
| + ]
|
| + }
|
| ]
|
| },
|
| {
|
|
|