| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index 50edb7f6487476bf199fe452a80b50bcbdc9bdd0..f76ced97ee940ab658867c4797fe54abcd2ca81d 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -195,6 +195,11 @@
|
| "$ref": "CreateType",
|
| "optional": true,
|
| "description": "Specifies what type of browser window to create. The 'panel' and 'detached_panel' types create a popup unless the '--enable-panels' flag is set."
|
| + },
|
| + "state": {
|
| + "$ref": "WindowState",
|
| + "optional": true,
|
| + "description": "The initial state of the window. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'."
|
| }
|
| },
|
| "optional": true
|
|
|