| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index f76ced97ee940ab658867c4797fe54abcd2ca81d..7d16e291cefa8165a89c049121cd0662ab2d3f44 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -20,7 +20,7 @@
|
| "id": "WindowState",
|
| "type": "string",
|
| "description": "The state of this browser window. Under some circumstances a Window may not be assigned state property, for example when querying closed windows from the $(ref:sessions) API.",
|
| - "enum": ["normal", "minimized", "maximized", "fullscreen"]
|
| + "enum": ["normal", "minimized", "maximized", "fullscreen", "docked"]
|
| },
|
| {
|
| "id": "Window",
|
|
|