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

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: fix EDER incognito 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 ac2d56ce8376bebef86ba0fd034631dcf8b73f59..d4412e95742a9d3db65f64565177db0d39f21d1e 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"
+ ]
+ },
"experimental": {
"channel": "stable",
"extension_types": [

Powered by Google App Engine
This is Rietveld 408576698