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

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

Issue 23847004: "Redirecting URLs to Packaged Apps" implementation: revised (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 5b270400cda9ece6463f2711a01434490892a477..e4ac5bb9069d5a8ae1ebd839dad7623b7e4140b4 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -359,6 +359,10 @@
"channel": "stable",
"extension_types": "all"
},
+ "url_handlers": {
+ "channel": "trunk",
+ "extension_types": ["platform_app"]
+ },
"version": {
"channel": "stable",
"extension_types": "all"

Powered by Google App Engine
This is Rietveld 408576698