| 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 a45b81cdacc4f9416fed556deec0f049ca0f01fd..caead1dee4a1d1428806328c4eddba92c7204d24 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -1534,7 +1534,13 @@
|
| "type": "function",
|
| "description": "Modifies the properties of a tab. Properties that are not specified in <var>updateProperties</var> are not modified. Note: This function can be used without requesting the 'tabs' permission in the manifest.",
|
| "parameters": [
|
| - {"type": "integer", "name": "tabId", "minimum": 0},
|
| + {
|
| + "type": "integer",
|
| + "name": "tabId",
|
| + "minimum": 0,
|
| + "optional": true,
|
| + "description": "Defaults to the selected tab of the <a href='windows.html#current-window'>current window</a>."
|
| + },
|
| {
|
| "type": "object",
|
| "name": "updateProperties",
|
|
|