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

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

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 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 unified diff | Download patch
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/schemas.gypi » ('j') | 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 // It should be the only non-app allowed to use the socket API. 109 // It should be the only non-app allowed to use the socket API.
110 "32A1BA997F8AB8DE29ED1BA94AAF00CF2A3FEFA7" 110 "32A1BA997F8AB8DE29ED1BA94AAF00CF2A3FEFA7"
111 ] 111 ]
112 } 112 }
113 ], 113 ],
114 "storage": { 114 "storage": {
115 "channel": "stable", 115 "channel": "stable",
116 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 116 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
117 "min_manifest_version": 2 117 "min_manifest_version": 2
118 }, 118 },
119 "system.cpu": [
120 {
121 "channel": "stable",
122 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
123 },
124 {
125 "channel": "stable",
126 "extension_types": ["hosted_app"],
127 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
128 }
129 ],
130 "system.memory": [
131 {
132 "channel": "stable",
133 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
134 },
135 {
136 "channel": "stable",
137 "extension_types": ["hosted_app"],
138 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
139 }
140 ],
141 "system.network": [
142 {
143 "channel": "stable",
144 "extension_types": ["platform_app"]
145 },
146 {
147 "channel": "stable",
148 "extension_types": ["hosted_app"],
149 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
150 }
151 ],
152 "system.storage": [
153 {
154 "channel": "stable",
155 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
156 },
157 {
158 "channel": "stable",
159 "extension_types": ["hosted_app"],
160 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
161 }
162 ],
163 "system.display": [
164 {
165 "channel": "stable",
166 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
167 },
168 {
169 "channel": "stable",
170 "extension_types": ["hosted_app"],
171 "whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
172 }
173 ],
119 "usb": [ 174 "usb": [
120 { 175 {
121 "channel": "stable", 176 "channel": "stable",
122 "extension_types": ["platform_app"] 177 "extension_types": ["platform_app"]
123 }, 178 },
124 { 179 {
125 "channel": "stable", 180 "channel": "stable",
126 "extension_types": ["extension"], 181 "extension_types": ["extension"],
127 "whitelist": [ 182 "whitelist": [
128 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs 183 "496B6890097EB6E19809ADEADD095A8721FBB2E0", // FIDO U2F APIs
(...skipping 25 matching lines...) Expand all
154 "extension_types": ["extension"], 209 "extension_types": ["extension"],
155 "whitelist": [ 210 "whitelist": [
156 // http://crbug.com/292856 211 // http://crbug.com/292856
157 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 212 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
158 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 213 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
159 "A434B90223C3C52F2B69DB494736B63C612C774D" 214 "A434B90223C3C52F2B69DB494736B63C612C774D"
160 ] 215 ]
161 } 216 }
162 ] 217 ]
163 } 218 }
OLDNEW
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | extensions/common/api/schemas.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698