| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index 58b6cf2c90183b0329af2f829178e0e74f1127e4..9e3cd85e221e48817c47380654e88bc846dd815e 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -22,7 +22,7 @@
|
| "type": {
|
| "type": "string",
|
| "description": "The type of browser window this is.",
|
| - "enum": ["normal", "popup", "panel", "app", "shell"]
|
| + "enum": ["normal", "popup", "panel", "app"]
|
| },
|
| "state": {
|
| "type": "string",
|
| @@ -174,7 +174,7 @@
|
| "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", "shell"]
|
| + "enum": ["normal", "popup", "panel"]
|
| }
|
| },
|
| "optional": true
|
|
|