| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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/chrome. | 6 // under src/chrome. |
| 7 // See extensions/common/features/* to understand this file, in particular | 7 // See extensions/common/features/* to understand this file, in particular |
| 8 // feature.h, simple_feature.h, and base_feature_provider.h. | 8 // feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 "enterprise.platformKeysPrivate": { | 380 "enterprise.platformKeysPrivate": { |
| 381 "channel": "stable", | 381 "channel": "stable", |
| 382 "extension_types": ["extension", "legacy_packaged_app"], | 382 "extension_types": ["extension", "legacy_packaged_app"], |
| 383 "platforms": ["chromeos"], | 383 "platforms": ["chromeos"], |
| 384 "whitelist": [ | 384 "whitelist": [ |
| 385 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood | 385 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood |
| 386 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test | 386 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test |
| 387 ] | 387 ] |
| 388 }, | 388 }, |
| 389 "experienceSamplingPrivate": { | 389 "experienceSamplingPrivate": { |
| 390 "channel": "dev", | 390 "channel": "stable", |
| 391 "extension_types": ["extension"], | 391 "extension_types": ["extension"], |
| 392 "whitelist": [ | 392 "whitelist": [ |
| 393 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 | 393 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 |
| 394 ] | 394 ] |
| 395 }, | 395 }, |
| 396 "experimental": { | 396 "experimental": { |
| 397 "channel": "stable", | 397 "channel": "stable", |
| 398 "extension_types": [ | 398 "extension_types": [ |
| 399 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 399 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| 400 ] | 400 ] |
| (...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 }, | 1065 }, |
| 1066 "webRequest": { | 1066 "webRequest": { |
| 1067 "channel": "stable", | 1067 "channel": "stable", |
| 1068 "extension_types": ["extension", "legacy_packaged_app"] | 1068 "extension_types": ["extension", "legacy_packaged_app"] |
| 1069 }, | 1069 }, |
| 1070 "webRequestBlocking": { | 1070 "webRequestBlocking": { |
| 1071 "channel": "stable", | 1071 "channel": "stable", |
| 1072 "extension_types": ["extension", "legacy_packaged_app"] | 1072 "extension_types": ["extension", "legacy_packaged_app"] |
| 1073 } | 1073 } |
| 1074 } | 1074 } |
| OLD | NEW |