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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 | 51 "A07A5B743CD82A1C2579DB77D353C98A23201EEF", // http://crbug.com/413748 |
52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", | 52 "F16F23C83C5F6DAD9B65A120448B34056DD80691", |
53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" | 53 "0F585FB1D0FDFBEBCE1FEB5E9DFFB6DA476B8C9B" |
54 ] | 54 ] |
55 } | 55 } |
56 ], | 56 ], |
57 "app.window.shape": { | 57 "app.window.shape": { |
58 "channel": "stable", | 58 "channel": "stable", |
59 "extension_types": ["platform_app"] | 59 "extension_types": ["platform_app"] |
60 }, | 60 }, |
| 61 "app.window.ime": [ |
| 62 { |
| 63 "channel": "stable", |
| 64 "extension_types": ["extension"], |
| 65 "platforms": ["chromeos"], |
| 66 "whitelist": [ |
| 67 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", |
| 68 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33" |
| 69 ] |
| 70 } |
| 71 ], |
61 "audioCapture": [ | 72 "audioCapture": [ |
62 { | 73 { |
63 "channel": "stable", | 74 "channel": "stable", |
64 "extension_types": ["platform_app"] | 75 "extension_types": ["platform_app"] |
65 }, | 76 }, |
66 { | 77 { |
67 "channel": "stable", | 78 "channel": "stable", |
68 "extension_types": ["extension"], | 79 "extension_types": ["extension"], |
69 "whitelist": [ | 80 "whitelist": [ |
70 // http://crbug.com/292856 | 81 // http://crbug.com/292856 |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 // addressed. Tracked in crbug/285151. | 299 // addressed. Tracked in crbug/285151. |
289 "channel": "stable", | 300 "channel": "stable", |
290 "extension_types": ["extension"], | 301 "extension_types": ["extension"], |
291 "location": "component", | 302 "location": "component", |
292 "whitelist": [ | 303 "whitelist": [ |
293 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 304 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
294 ] | 305 ] |
295 } | 306 } |
296 ] | 307 ] |
297 } | 308 } |
OLD | NEW |