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

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

Issue 20081002: Remove experimental permission from infobars API and moving it to dev channel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 5 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/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index dcd1d59c7bbfbc85690b3407e80fb9ae6366c358..396e89fcb6574f339e7e49f1338a87972ba975a6 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -286,6 +286,10 @@
"dependencies": ["permission:idle"],
"contexts": ["blessed_extension"]
},
+ "infobars": {
+ "dependencies": ["permission:infobars"],
+ "contexts": ["blessed_extension"]
+ },
"input.ime": {
"platform": "chromeos",
"dependencies": ["permission:input"],

Powered by Google App Engine
This is Rietveld 408576698