Chromium Code Reviews| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 784 "platforms": ["chromeos"] | 784 "platforms": ["chromeos"] |
| 785 }, | 785 }, |
| 786 "pageCapture": { | 786 "pageCapture": { |
| 787 "channel": "stable", | 787 "channel": "stable", |
| 788 "extension_types": ["extension", "legacy_packaged_app"] | 788 "extension_types": ["extension", "legacy_packaged_app"] |
| 789 }, | 789 }, |
| 790 "pointerLock": { | 790 "pointerLock": { |
| 791 "channel": "stable", | 791 "channel": "stable", |
| 792 "extension_types": ["platform_app"] | 792 "extension_types": ["platform_app"] |
| 793 }, | 793 }, |
| 794 "platformKeys": { | |
| 795 "channel": "dev", | |
| 796 "platforms": ["chromeos"], | |
| 797 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | |
|
not at google - send to devlin
2015/01/27 16:41:30
No "legacy_packaged_app"
pneubeck (no reviews)
2015/01/29 10:37:08
Done.
| |
| 798 }, | |
| 794 "plugin": { | 799 "plugin": { |
| 795 "channel": "stable", | 800 "channel": "stable", |
| 796 "extension_types": ["extension", "legacy_packaged_app"] | 801 "extension_types": ["extension", "legacy_packaged_app"] |
| 797 }, | 802 }, |
| 798 "preferencesPrivate": [ | 803 "preferencesPrivate": [ |
| 799 { | 804 { |
| 800 "channel": "stable", | 805 "channel": "stable", |
| 801 "extension_types": [ | 806 "extension_types": [ |
| 802 "extension" | 807 "extension" |
| 803 ], | 808 ], |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1026 "webstorePrivate": { | 1031 "webstorePrivate": { |
| 1027 "channel": "stable", | 1032 "channel": "stable", |
| 1028 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], | 1033 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], |
| 1029 "whitelist": [ | 1034 "whitelist": [ |
| 1030 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store | 1035 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store |
| 1031 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store | 1036 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store |
| 1032 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 1037 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 1033 ] | 1038 ] |
| 1034 } | 1039 } |
| 1035 } | 1040 } |
| OLD | NEW |