Chromium Code Reviews| 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 470 "channel": "stable", | 470 "channel": "stable", |
| 471 "extension_types": ["platform_app"] | 471 "extension_types": ["platform_app"] |
| 472 }, { | 472 }, { |
| 473 "channel": "stable", | 473 "channel": "stable", |
| 474 "extension_types": ["extension"], | 474 "extension_types": ["extension"], |
| 475 "whitelist": [ | 475 "whitelist": [ |
| 476 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/500075 | 476 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/500075 |
| 477 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/500075 | 477 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/500075 |
| 478 "FA01E0B81978950F2BC5A50512FD769725F57510", // http://crbug.com/500075 | 478 "FA01E0B81978950F2BC5A50512FD769725F57510", // http://crbug.com/500075 |
| 479 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/500075 | 479 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/500075 |
| 480 "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/500075 | 480 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/500075 |
|
Devlin
2016/02/18 20:10:56
Wow. That's a bunch o' ids.
apacible
2016/02/18 21:01:23
Yeah, once we're done we'll clean up so there will
| |
| 481 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/500075 | |
| 481 ] | 482 ] |
| 482 }], | 483 }], |
| 483 "webRequest": { | 484 "webRequest": { |
| 484 "channel": "stable", | 485 "channel": "stable", |
| 485 "extension_types": ["extension", "legacy_packaged_app"] | 486 "extension_types": ["extension", "legacy_packaged_app"] |
| 486 }, | 487 }, |
| 487 "webRequestBlocking": { | 488 "webRequestBlocking": { |
| 488 "channel": "stable", | 489 "channel": "stable", |
| 489 "extension_types": ["extension", "legacy_packaged_app"] | 490 "extension_types": ["extension", "legacy_packaged_app"] |
| 490 } | 491 } |
| 491 } | 492 } |
| OLD | NEW |