| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index 004b4ce7d193c2841ef502daa76a47fb981a2750..37ce5048543e783ed2d90acc6cef66542cda79e5 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -256,8 +256,8 @@
|
| "windowId": {
|
| "type": "integer",
|
| "optional": true,
|
| - "minimum": 0,
|
| - "description": "The ID of the parent window."
|
| + "minimum": -2,
|
| + "description": "The ID of the parent window, or <a href='windows.html#property-WINDOW_ID_CURRENT'>chrome.windows.WINDOW_ID_CURRENT</a> for the <a href='windows.html#current-window'>current window</a>."
|
| },
|
| "windowType": {
|
| "type": "string",
|
|
|