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

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

Issue 268823002: Re-land: Rename experimental.accessibility to accessibilityPrivate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 4226d0275f6c9700c13203cc7ce22a5301653c87..d8785f6f9aac8123d1dddecaf0c52ceddb5770ba 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -28,6 +28,10 @@
"dependencies": ["permission:accessibilityFeatures.read"],
"contexts": ["blessed_extension"]
}],
+ "accessibilityPrivate": {
+ "dependencies": ["permission:accessibilityPrivate"],
+ "contexts": ["blessed_extension"]
+ },
"activityLogPrivate": {
"dependencies": ["permission:activityLogPrivate"],
"contexts": ["blessed_extension"]
@@ -313,10 +317,6 @@
"contexts": "all",
"matches": ["<all_urls>"]
},
- "experimental.accessibility": {
- "dependencies": ["permission:experimental"],
- "contexts": ["blessed_extension"]
- },
"experimental.devtools.audits": {
"dependencies": ["permission:experimental", "manifest:devtools_page"],
"extension_types": ["platform_app"],

Powered by Google App Engine
This is Rietveld 408576698