| 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 feature_provider.h. | 8 // well as feature.h, simple_feature.h, and 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 "commandLinePrivate": { | 167 "commandLinePrivate": { |
| 168 "channel": "stable", | 168 "channel": "stable", |
| 169 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 169 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 170 "location": "component" | 170 "location": "component" |
| 171 }, | 171 }, |
| 172 "commands.accessibility": { | 172 "commands.accessibility": { |
| 173 "channel": "stable", | 173 "channel": "stable", |
| 174 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 174 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 175 "whitelist": [ | 175 "whitelist": [ |
| 176 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768 | 176 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768 |
| 177 "75C7F4B720314B6CB1B5817CD86089DB95CD2461" // http://crbug.com/404768 | 177 "75C7F4B720314B6CB1B5817CD86089DB95CD2461", // http://crbug.com/404768 |
| 178 "4D725C894DA4CF1F4D96C60F0D83BD745EB530CA" // http://crbug.com/593885 |
| 178 ] | 179 ] |
| 179 }, | 180 }, |
| 180 "contentSettings": { | 181 "contentSettings": { |
| 181 "channel": "stable", | 182 "channel": "stable", |
| 182 "extension_types": ["extension", "legacy_packaged_app"] | 183 "extension_types": ["extension", "legacy_packaged_app"] |
| 183 }, | 184 }, |
| 184 "contextMenus": { | 185 "contextMenus": { |
| 185 "channel": "stable", | 186 "channel": "stable", |
| 186 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 187 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 187 }, | 188 }, |
| (...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "channel": "stable", | 951 "channel": "stable", |
| 951 "extension_types": ["platform_app"], | 952 "extension_types": ["platform_app"], |
| 952 "platforms": ["chromeos"], | 953 "platforms": ["chromeos"], |
| 953 "whitelist": [ | 954 "whitelist": [ |
| 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 955 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 956 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 957 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 957 ] | 958 ] |
| 958 } | 959 } |
| 959 } | 960 } |
| OLD | NEW |