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

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: 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..f24f4bdbff10270b829b644c8e2aa0af9b2c2b83 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": ["packaged_app", "platform_app"]
asargent_no_longer_on_chrome 2013/08/14 18:05:12 nit: "packaged_app" is the legacy type (not v2 app
sergeygs 2013/08/18 11:40:24 Done.
+ },
"version": {
"channel": "stable",
"extension_types": "all"

Powered by Google App Engine
This is Rietveld 408576698