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

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

Issue 448143003: Enable chrome.hid API on all channels. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 20 matching lines...) Expand all
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": [ 39 "hid": [
40 { 40 {
41 "channel": "dev", 41 "channel": "stable",
42 "extension_types": ["platform_app"] 42 "extension_types": ["platform_app"]
43 }, 43 },
44 { 44 {
45 "channel": "stable", 45 "channel": "stable",
46 "extension_types": ["extension"], 46 "extension_types": ["extension"],
47 "whitelist": [ 47 "whitelist": [
48 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs 48 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
49 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken 49 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
50 ] 50 ]
51 } 51 }
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 { 107 {
108 "channel": "stable", 108 "channel": "stable",
109 "extension_types": ["extension"], 109 "extension_types": ["extension"],
110 "whitelist": [ 110 "whitelist": [
111 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs 111 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
112 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken 112 "E24F1786D842E91E74C27929B0B3715A4689A473" // CryptoToken
113 ] 113 ]
114 } 114 }
115 ] 115 ]
116 } 116 }
OLDNEW
« 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