| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index cb9f5aa6116a0d9e91c8ef1e01408a33bae945d5..e12a6f2192df13827bd0d088aa7c36f929b6b8fb 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -32,6 +32,11 @@
|
| "type": "integer",
|
| "value": "-1",
|
| "description": "The windowId value that represents the absence of a chrome browser window."
|
| + },
|
| + "WINDOW_ID_CURRENT": {
|
| + "type": "integer",
|
| + "value": "-2",
|
| + "description": "The windowId value that represents the <a href='windows.html#current-window'>current window</a>."
|
| }
|
| },
|
| "functions": [
|
|
|