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

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

Issue 835993003: Promote hid.onDeviceAdded and hid.onDeviceRemoved to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/_api_features.json
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
index 69e09a8336db515e3c00030cfd48d7769240d236..db047295ccd6877b130aca31c72fa5c946b60f17 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -162,16 +162,6 @@
"dependencies": ["permission:hid"],
"contexts": ["blessed_extension"]
},
- "hid.onDeviceAdded": {
- "channel": "dev",
- "dependencies": ["permission:hid"],
- "contexts": ["blessed_extension"]
- },
- "hid.onDeviceRemoved": {
- "channel": "dev",
- "dependencies": ["permission:hid"],
- "contexts": ["blessed_extension"]
- },
"management": {
"dependencies": ["permission:management"],
"contexts": ["blessed_extension"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698