| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 215 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
| 216 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) | 216 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) |
| 217 ] | 217 ] |
| 218 } | 218 } |
| 219 ], | 219 ], |
| 220 "idle": { | 220 "idle": { |
| 221 "channel": "stable", | 221 "channel": "stable", |
| 222 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 222 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 223 }, | 223 }, |
| 224 "networking.config": { | 224 "networking.config": { |
| 225 "channel": "dev", | 225 "channel": "stable", |
| 226 "platforms": ["chromeos"], | 226 "platforms": ["chromeos"], |
| 227 "extension_types": ["extension"] | 227 "extension_types": ["extension"] |
| 228 }, | 228 }, |
| 229 "networkingPrivate": { | 229 "networkingPrivate": { |
| 230 "channel": "stable", | 230 "channel": "stable", |
| 231 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 231 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 232 "platforms": ["chromeos", "mac", "win", "linux"], | 232 "platforms": ["chromeos", "mac", "win", "linux"], |
| 233 "whitelist": [ | 233 "whitelist": [ |
| 234 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 234 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
| 235 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 235 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 }, | 439 }, |
| 440 "webRequest": { | 440 "webRequest": { |
| 441 "channel": "stable", | 441 "channel": "stable", |
| 442 "extension_types": ["extension", "legacy_packaged_app"] | 442 "extension_types": ["extension", "legacy_packaged_app"] |
| 443 }, | 443 }, |
| 444 "webRequestBlocking": { | 444 "webRequestBlocking": { |
| 445 "channel": "stable", | 445 "channel": "stable", |
| 446 "extension_types": ["extension", "legacy_packaged_app"] | 446 "extension_types": ["extension", "legacy_packaged_app"] |
| 447 } | 447 } |
| 448 } | 448 } |
| OLD | NEW |