| 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 500 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | 500 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
| 501 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 501 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
| 502 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 502 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
| 503 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 503 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
| 504 ] | 504 ] |
| 505 }, | 505 }, |
| 506 "webcamPrivate": { | 506 "webcamPrivate": { |
| 507 "channel": "stable", | 507 "channel": "stable", |
| 508 "extension_types": ["extension", "platform_app"] | 508 "extension_types": ["extension", "platform_app"] |
| 509 }, | 509 }, |
| 510 "networking.castPrivate": { |
| 511 "channel": "stable", |
| 512 "extension_types": ["extension", "platform_app"], |
| 513 "platforms": ["chromeos", "mac", "win"], |
| 514 "whitelist": [ |
| 515 "63ED55E43214C211F82122ED56407FF1A807F2A3", // http://crbug.com/588179 |
| 516 "FA01E0B81978950F2BC5A50512FD769725F57510", // http://crbug.com/588179 |
| 517 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // http://crbug.com/588179 |
| 518 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // http://crbug.com/588179 |
| 519 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // http://crbug.com/588179 |
| 520 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/588179 |
| 521 ] |
| 522 }, |
| 510 "management": [ | 523 "management": [ |
| 511 { | 524 { |
| 512 "channel": "stable", | 525 "channel": "stable", |
| 513 "extension_types": ["extension", "legacy_packaged_app"] | 526 "extension_types": ["extension", "legacy_packaged_app"] |
| 514 }, | 527 }, |
| 515 { | 528 { |
| 516 "channel": "stable", | 529 "channel": "stable", |
| 517 "extension_types": ["platform_app"], | 530 "extension_types": ["platform_app"], |
| 518 "whitelist": [ | 531 "whitelist": [ |
| 519 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT | 532 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT |
| (...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 900 "channel": "stable", | 913 "channel": "stable", |
| 901 "extension_types": ["platform_app"], | 914 "extension_types": ["platform_app"], |
| 902 "platforms": ["chromeos"], | 915 "platforms": ["chromeos"], |
| 903 "whitelist": [ | 916 "whitelist": [ |
| 904 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 917 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 905 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 918 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 906 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 919 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 907 ] | 920 ] |
| 908 } | 921 } |
| 909 } | 922 } |
| OLD | NEW |