OLD | NEW |
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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 253 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
254 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 254 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
255 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 255 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
256 ] | 256 ] |
257 }, | 257 }, |
258 "power": { | 258 "power": { |
259 "channel": "stable", | 259 "channel": "stable", |
260 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ] | 260 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ] |
261 }, | 261 }, |
262 "printerProvider": { | 262 "printerProvider": { |
263 "channel": "dev", | 263 "channel": "stable", |
264 "extension_types": ["extension", "platform_app" ] | 264 "extension_types": ["extension", "platform_app" ] |
265 }, | 265 }, |
266 // Note: runtime is not actually a permission, but some systems check these | 266 // Note: runtime is not actually a permission, but some systems check these |
267 // values to verify restrictions. | 267 // values to verify restrictions. |
268 "runtime": { | 268 "runtime": { |
269 "channel": "stable", | 269 "channel": "stable", |
270 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 270 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
271 }, | 271 }, |
272 "serial": { | 272 "serial": { |
273 "channel": "stable", | 273 "channel": "stable", |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
446 }, | 446 }, |
447 "webRequest": { | 447 "webRequest": { |
448 "channel": "stable", | 448 "channel": "stable", |
449 "extension_types": ["extension", "legacy_packaged_app"] | 449 "extension_types": ["extension", "legacy_packaged_app"] |
450 }, | 450 }, |
451 "webRequestBlocking": { | 451 "webRequestBlocking": { |
452 "channel": "stable", | 452 "channel": "stable", |
453 "extension_types": ["extension", "legacy_packaged_app"] | 453 "extension_types": ["extension", "legacy_packaged_app"] |
454 } | 454 } |
455 } | 455 } |
OLD | NEW |