| 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 732f4179bb37bde22d75613dc19c1de3b766e28d..142b3a463d917a0428165d6f10df9400dec7ba1a 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -728,7 +728,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", "optional": true, "description": "It true, brings the window to the front. If false, brings the next window in the z-order to the front."}
|
| }
|
| },
|
| {
|
|
|