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

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

Issue 11428116: First few API implementation of AppsDebuggerPrivate. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 1 month 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 4a17329e0e68f269cd8503e8df89e745cd573d5f..ed5847082104496c64cd4c523e246ea49fe64678 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -21,6 +21,10 @@
"channel": "stable",
"extension_types": ["platform_app"]
},
+ "appsDebugger": {
+ "channel": "dev",
+ "extension_types": ["packaged_app"]
asargent_no_longer_on_chrome 2012/11/30 22:56:02 Should this be named appsDebuggerPrivate? Also, do
Gaurav 2012/11/30 23:32:42 Done.
+ },
"appNotifications": {
"channel": "stable",
"extension_types": ["packaged_app", "hosted_app"]

Powered by Google App Engine
This is Rietveld 408576698