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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | 144 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
145 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 145 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
146 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 146 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
147 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 147 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
148 ] | 148 ] |
149 }, | 149 }, |
150 "declarativeWebRequest": { | 150 "declarativeWebRequest": { |
151 "channel": "beta", | 151 "channel": "beta", |
152 "extension_types": ["extension", "legacy_packaged_app"] | 152 "extension_types": ["extension", "legacy_packaged_app"] |
153 }, | 153 }, |
| 154 "diagnostics": [ |
| 155 { |
| 156 "channel": "dev", |
| 157 "extension_types": ["platform_app"] |
| 158 }, |
| 159 { |
| 160 "channel": "stable", |
| 161 "extension_types": ["platform_app"], |
| 162 "whitelist": [ |
| 163 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
| 164 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing |
| 165 "75E3CFFFC530582C583E4690EF97C70B9C8423B7" // CCD Release |
| 166 ] |
| 167 } |
| 168 ], |
154 "dns": [ | 169 "dns": [ |
155 { | 170 { |
156 "channel": "dev", | 171 "channel": "dev", |
157 "extension_types": ["extension", "platform_app"] | 172 "extension_types": ["extension", "platform_app"] |
158 }, | 173 }, |
159 { | 174 { |
160 "channel": "stable", | 175 "channel": "stable", |
161 "extension_types": ["extension", "platform_app"], | 176 "extension_types": ["extension", "platform_app"], |
162 "whitelist": [ | 177 "whitelist": [ |
163 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development | 178 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 }, | 422 }, |
408 "webRequest": { | 423 "webRequest": { |
409 "channel": "stable", | 424 "channel": "stable", |
410 "extension_types": ["extension", "legacy_packaged_app"] | 425 "extension_types": ["extension", "legacy_packaged_app"] |
411 }, | 426 }, |
412 "webRequestBlocking": { | 427 "webRequestBlocking": { |
413 "channel": "stable", | 428 "channel": "stable", |
414 "extension_types": ["extension", "legacy_packaged_app"] | 429 "extension_types": ["extension", "legacy_packaged_app"] |
415 } | 430 } |
416 } | 431 } |
OLD | NEW |