| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index 9e3cd85e221e48817c47380654e88bc846dd815e..dbfe080f7648f9274e1a7679aed469d0500867a4 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -173,8 +173,8 @@
|
| "type": {
|
| "type": "string",
|
| "optional": true,
|
| - "description": "Specifies what type of browser window to create. The 'panel' type creates a popup unless the '--enable-panels' flag is set.",
|
| - "enum": ["normal", "popup", "panel"]
|
| + "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.",
|
| + "enum": ["normal", "popup", "panel", "detached_panel"]
|
| }
|
| },
|
| "optional": true
|
|
|