| 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 chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
| 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. | 39 "5107DE9024C329EEA9C9A72D94C16723790C6422" // Apps Developer Tool Dev. |
| 40 ] | 40 ] |
| 41 }, | 41 }, |
| 42 "autofillPrivate": { | 42 "autofillPrivate": { |
| 43 "channel": "trunk", | 43 "channel": "trunk", |
| 44 "extension_types": ["extension", "platform_app"], | 44 "extension_types": ["extension", "platform_app"], |
| 45 "location": "component" | 45 "location": "component" |
| 46 }, | 46 }, |
| 47 "autotestPrivate": { | 47 "autotestPrivate": { |
| 48 "channel": "stable", | 48 "channel": "stable", |
| 49 "extension_types": ["extension", "legacy_packaged_app"], | 49 "extension_types": ["extension"], |
| 50 "location": "component" | 50 "whitelist": [ |
| 51 "0D209B5E4401BB8E7873B5AB5B1346A1CB067015" // Autotest: crbug.com/654525 |
| 52 ] |
| 51 }, | 53 }, |
| 52 "background": { | 54 "background": { |
| 53 "channel": "stable", | 55 "channel": "stable", |
| 54 "extension_types": [ | 56 "extension_types": [ |
| 55 "platform_app", "extension", "legacy_packaged_app", "hosted_app" | 57 "platform_app", "extension", "legacy_packaged_app", "hosted_app" |
| 56 ] | 58 ] |
| 57 }, | 59 }, |
| 58 "bookmarkManagerPrivate": { | 60 "bookmarkManagerPrivate": { |
| 59 "channel": "stable", | 61 "channel": "stable", |
| 60 "extension_types": ["extension", "legacy_packaged_app"], | 62 "extension_types": ["extension", "legacy_packaged_app"], |
| (...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 940 "channel": "stable", | 942 "channel": "stable", |
| 941 "extension_types": ["platform_app"], | 943 "extension_types": ["platform_app"], |
| 942 "platforms": ["chromeos"], | 944 "platforms": ["chromeos"], |
| 943 "whitelist": [ | 945 "whitelist": [ |
| 944 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 946 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 945 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 947 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 946 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 948 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 947 ] | 949 ] |
| 948 } | 950 } |
| 949 } | 951 } |
| OLD | NEW |