| 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 bae2a0d63865d3544dfa5d8e9a43d61a81f51df2..10db23bff06691dc665bbe355287b504650ff014 100755
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -357,7 +357,8 @@
|
| "left": {"type": "integer", "optional": true, "description": "The offset from the left edge of the screen to move the window to in pixels."},
|
| "top": {"type": "integer", "optional": true, "description": "The offset from the top edge of the screen to move the window to in pixels."},
|
| "width": {"type": "integer", "minimum": 0, "optional": true, "description": "The width to resize the window to in pixels."},
|
| - "height": {"type": "integer", "minimum": 0, "optional": true, "description": "The height to resize the window to in pixels."}
|
| + "height": {"type": "integer", "minimum": 0, "optional": true, "description": "The height to resize the window to in pixels."},
|
| + "focused": {"type": "boolean", "description": "Set to true to focus the window. Setting to false has no effect on the window (it doesn't blur it)."}
|
| }
|
| },
|
| {
|
|
|