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

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

Issue 23717020: Add stubs for brailleDisplayPrivate extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Issues flagged by trybots Created 7 years, 3 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 d29892fbae555c81b5659b74e2306bec6dfca7be..5f4b08cc52aea51f0f6dc50136e67459af74c35c 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -92,6 +92,10 @@
"extension_types": ["extension"],
"location": "component"
},
+ "brailleDisplayPrivate": {
+ "dependencies": ["permission:brailleDisplayPrivate"],
+ "contexts": ["blessed_extension"]
+ },
"browserAction": {
"dependencies": ["manifest:browser_action"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698