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

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

Issue 22944002: Implementation of the "Redirect URLs to Packaged Apps" feature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review comments + lint errors Created 7 years, 4 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 bad5d91f4ece524f4bb3720e5bf1cf3bf1e198e8..f6e3afbc05e87d48d0b6bb5a7db73c2b58c5aa6e 100644
--- a/chrome/common/extensions/api/_manifest_features.json
+++ b/chrome/common/extensions/api/_manifest_features.json
@@ -306,6 +306,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