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

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

Issue 1115213004: Add chrome.hid.getUserSelectedDevices API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 6 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 | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/hid.idl » ('j') | 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 e12ef606dc6652a883acfc24210537d7154dbdb9..8e7d6fcd7d4c82e5895e14ac4d839dae6596b6b5 100644
--- a/extensions/common/api/_api_features.json
+++ b/extensions/common/api/_api_features.json
@@ -169,6 +169,11 @@
"dependencies": ["permission:hid"],
"contexts": ["blessed_extension"]
},
+ "hid.getUserSelectedDevices": {
+ "contexts": ["blessed_extension"],
+ "channel": "dev",
+ "dependencies": ["permission:hid"]
+ },
"idle": {
"dependencies": ["permission:idle"],
"contexts": ["blessed_extension"]
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/hid.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698