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

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

Issue 23856005: Permissions for device info API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. 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 198895f57ee2aac2f817e1acb07609c5390296c6..bb3919657716206f9ccaa801f88d63826dcdac15 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -469,6 +469,10 @@
"dependencies": ["permission:sessions"],
"contexts": ["blessed_extension"]
},
+ "signedInDevices": {
+ "dependencies": ["permission:signedInDevices"],
+ "contexts": ["blessed_extension"]
+ },
"socket": {
"dependencies": ["permission:socket"],
"contexts": ["blessed_extension"]

Powered by Google App Engine
This is Rietveld 408576698