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

Side by Side Diff: extensions/common/api/_permission_features.json

Issue 419713002: Support permission_broker for chrome.hid devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix hid in app_shell after its move to //extensions Created 6 years, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This features file defines permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/extensions. 6 // under src/extensions.
7 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 18 matching lines...) Expand all
29 { 29 {
30 "channel": "stable", 30 "channel": "stable",
31 "extension_types": ["extension", "platform_app"], 31 "extension_types": ["extension", "platform_app"],
32 "whitelist": [ 32 "whitelist": [
33 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 33 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
34 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing 34 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
35 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release 35 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release
36 ] 36 ]
37 } 37 }
38 ], 38 ],
39 "hid": [
40 {
41 "channel": "dev",
42 "extension_types": ["platform_app"]
43 },
44 {
45 "channel": "stable",
46 "extension_types": ["extension"],
47 "whitelist": [
48 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
49 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
50 ]
51 }
52 ],
39 "power": { 53 "power": {
40 "channel": "stable", 54 "channel": "stable",
41 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ] 55 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ]
42 }, 56 },
43 // Note: runtime is not actually a permission, but some systems check these 57 // Note: runtime is not actually a permission, but some systems check these
44 // values to verify restrictions. 58 // values to verify restrictions.
45 "runtime": { 59 "runtime": {
46 "channel": "stable", 60 "channel": "stable",
47 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 61 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
48 }, 62 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 { 103 {
90 "channel": "stable", 104 "channel": "stable",
91 "extension_types": ["extension"], 105 "extension_types": ["extension"],
92 "whitelist": [ 106 "whitelist": [
93 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs 107 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
94 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken 108 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
95 ] 109 ]
96 } 110 }
97 ] 111 ]
98 } 112 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/permissions/extensions_api_permissions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698