| 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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) | 189 "AD8ED80B705E1818AAD4684F9FF62B43D6D79620", // FIDO U2F APIs (dev) |
| 190 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken | 190 "E24F1786D842E91E74C27929B0B3715A4689A473", // CryptoToken |
| 191 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) | 191 "A28C9619C4C41306FA5236FB4D94DA812F504DE8" // CryptoToken (dev) |
| 192 ] | 192 ] |
| 193 } | 193 } |
| 194 ], | 194 ], |
| 195 "idle": { | 195 "idle": { |
| 196 "channel": "stable", | 196 "channel": "stable", |
| 197 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 197 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 198 }, | 198 }, |
| 199 "networking.config": { |
| 200 "channel": "dev", |
| 201 "platforms": ["chromeos"], |
| 202 "extension_types": ["extension"] |
| 203 }, |
| 199 "networkingPrivate": { | 204 "networkingPrivate": { |
| 200 "channel": "stable", | 205 "channel": "stable", |
| 201 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 206 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 202 "platforms": ["chromeos", "mac", "win", "linux"], | 207 "platforms": ["chromeos", "mac", "win", "linux"], |
| 203 "whitelist": [ | 208 "whitelist": [ |
| 204 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 | 209 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 |
| 205 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 210 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
| 206 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 | 211 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
| 207 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 | 212 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
| 208 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 | 213 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 }, | 402 }, |
| 398 "webRequest": { | 403 "webRequest": { |
| 399 "channel": "stable", | 404 "channel": "stable", |
| 400 "extension_types": ["extension", "legacy_packaged_app"] | 405 "extension_types": ["extension", "legacy_packaged_app"] |
| 401 }, | 406 }, |
| 402 "webRequestBlocking": { | 407 "webRequestBlocking": { |
| 403 "channel": "stable", | 408 "channel": "stable", |
| 404 "extension_types": ["extension", "legacy_packaged_app"] | 409 "extension_types": ["extension", "legacy_packaged_app"] |
| 405 } | 410 } |
| 406 } | 411 } |
| OLD | NEW |