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

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

Issue 14130005: Remove unintended options_page support from platform apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use manifest features instead, add test case Created 7 years, 8 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/_manifest_features.json
diff --git a/chrome/common/extensions/api/_manifest_features.json b/chrome/common/extensions/api/_manifest_features.json
index 6edad6246a7d6e7ad71c5027e011a396402bb033..bad5d91f4ece524f4bb3720e5bf1cf3bf1e198e8 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -237,7 +237,7 @@
"options_page": {
"channel": "stable",
"extension_types": [
- "extension", "packaged_app", "hosted_app", "platform_app"
+ "extension", "packaged_app", "hosted_app"
]
},
"oauth2": {

Powered by Google App Engine
This is Rietveld 408576698