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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 164 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta |
165 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | 165 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary |
166 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | 166 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta |
167 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | 167 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable |
168 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 | 168 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 |
169 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889 | 169 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889 |
170 ] | 170 ] |
171 }, | 171 }, |
172 "clipboard": { | 172 "clipboard": { |
173 "channel": "dev", | 173 "channel": "dev", |
174 "extension_types": ["platform_app"] | 174 "extension_types": ["platform_app"], |
| 175 "platforms": ["chromeos"] |
175 }, | 176 }, |
176 "declarativeWebRequest": { | 177 "declarativeWebRequest": { |
177 "channel": "beta", | 178 "channel": "beta", |
178 "extension_types": ["extension", "legacy_packaged_app"] | 179 "extension_types": ["extension", "legacy_packaged_app"] |
179 }, | 180 }, |
180 "diagnostics": [ | 181 "diagnostics": [ |
181 { | 182 { |
182 "channel": "dev", | 183 "channel": "dev", |
183 "extension_types": ["platform_app"] | 184 "extension_types": ["platform_app"] |
184 }, | 185 }, |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
493 }], | 494 }], |
494 "webRequest": { | 495 "webRequest": { |
495 "channel": "stable", | 496 "channel": "stable", |
496 "extension_types": ["extension", "legacy_packaged_app"] | 497 "extension_types": ["extension", "legacy_packaged_app"] |
497 }, | 498 }, |
498 "webRequestBlocking": { | 499 "webRequestBlocking": { |
499 "channel": "stable", | 500 "channel": "stable", |
500 "extension_types": ["extension", "legacy_packaged_app"] | 501 "extension_types": ["extension", "legacy_packaged_app"] |
501 } | 502 } |
502 } | 503 } |
OLD | NEW |