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

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

Issue 9617010: Move chrome.downloads out of experimental to dev (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/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index ead25b6e70f3bf86bcdc3684b2af306d2f208af4..08dfdf1bbf4665eee0bc48bfdc5d1e2d1bb353bc 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -95,6 +95,12 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "downloads": {
+ "channel": "dev",
+ "extension_types": [
+ "extension", "packaged_app", "hosted_app", "platform_app"
Aaron Boodman 2012/06/05 04:43:00 Remove platform_app and hosted_app.
benjhayden 2012/06/05 13:42:32 Done.
+ ]
+ },
"experimental": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698