Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6573)

Unified Diff: chrome/common/extensions/api/windows.json

Issue 10436015: Remove chrome.windows.* support for platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/extension_permission_set.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698