| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 "channel": "stable", | 84 "channel": "stable", |
| 85 "extension_types": ["extension", "legacy_packaged_app"] | 85 "extension_types": ["extension", "legacy_packaged_app"] |
| 86 }, | 86 }, |
| 87 "cast.streaming": [{ | 87 "cast.streaming": [{ |
| 88 "channel": "dev", | 88 "channel": "dev", |
| 89 "extension_types": ["extension"] | 89 "extension_types": ["extension"] |
| 90 }, { | 90 }, { |
| 91 "channel": "stable", | 91 "channel": "stable", |
| 92 "extension_types": ["extension"], | 92 "extension_types": ["extension"], |
| 93 "whitelist": [ | 93 "whitelist": [ |
| 94 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 94 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev |
| 95 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 95 "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Stable |
| 96 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | |
| 97 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | |
| 98 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | |
| 99 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 | |
| 100 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889 | |
| 101 ] | 96 ] |
| 102 }], | 97 }], |
| 103 "certificateProvider": { | 98 "certificateProvider": { |
| 104 "channel": "stable", | 99 "channel": "stable", |
| 105 "platforms": ["chromeos"], | 100 "platforms": ["chromeos"], |
| 106 "extension_types": ["extension", "platform_app"] | 101 "extension_types": ["extension", "platform_app"] |
| 107 }, | 102 }, |
| 108 "chromePrivate": { | 103 "chromePrivate": { |
| 109 "channel": "stable", | 104 "channel": "stable", |
| 110 "extension_types": ["extension", "legacy_packaged_app"], | 105 "extension_types": ["extension", "legacy_packaged_app"], |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "extension_types": ["extension"] | 250 "extension_types": ["extension"] |
| 256 }, | 251 }, |
| 257 "downloads.shelf": { | 252 "downloads.shelf": { |
| 258 "channel": "stable", | 253 "channel": "stable", |
| 259 "extension_types": ["extension"] | 254 "extension_types": ["extension"] |
| 260 }, | 255 }, |
| 261 "dial": { | 256 "dial": { |
| 262 "channel": "stable", | 257 "channel": "stable", |
| 263 "extension_types": ["extension"], | 258 "extension_types": ["extension"], |
| 264 "whitelist": [ | 259 "whitelist": [ |
| 265 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 260 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev |
| 266 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 261 "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Stable |
| 267 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | |
| 268 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | |
| 269 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | |
| 270 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 | |
| 271 "226CF815E39A363090A1E547D53063472B8279FA" // http://crbug.com/574889 | |
| 272 | |
| 273 ] | 262 ] |
| 274 }, | 263 }, |
| 275 "easyUnlockPrivate": { | 264 "easyUnlockPrivate": { |
| 276 "channel": "stable", | 265 "channel": "stable", |
| 277 "extension_types": ["platform_app"], | 266 "extension_types": ["platform_app"], |
| 278 "location": "component" | 267 "location": "component" |
| 279 }, | 268 }, |
| 280 "embeddedExtensionOptions": { | 269 "embeddedExtensionOptions": { |
| 281 "channel": "trunk", | 270 "channel": "trunk", |
| 282 "extension_types": ["extension"] | 271 "extension_types": ["extension"] |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 "mediaPlayerPrivate": { | 579 "mediaPlayerPrivate": { |
| 591 "channel": "stable", | 580 "channel": "stable", |
| 592 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 581 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 593 "location": "component", | 582 "location": "component", |
| 594 "platforms": ["chromeos"] | 583 "platforms": ["chromeos"] |
| 595 }, | 584 }, |
| 596 "mediaRouterPrivate": { | 585 "mediaRouterPrivate": { |
| 597 "channel": "stable", | 586 "channel": "stable", |
| 598 "extension_types": ["extension"], | 587 "extension_types": ["extension"], |
| 599 "whitelist": [ | 588 "whitelist": [ |
| 600 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/574889 | 589 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev |
| 601 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/448569 | 590 "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Stable |
| 602 "A45DABDB47A31CC812E5490AB748C7D05E2D32E9", // http://crbug.com/448569 | |
| 603 "BFEE2E3B80BE21A645E63E9346DFC383E7CB3BDA", // http://crbug.com/448569 | |
| 604 "63ED55E43214C211F82122ED56407FF1A807F2A3" // http://crbug.com/448569 | |
| 605 ] | 591 ] |
| 606 }, | 592 }, |
| 607 "mdns": [{ | 593 "mdns": [{ |
| 608 "channel": "stable", | 594 "channel": "stable", |
| 609 "extension_types": ["extension"], | 595 "extension_types": ["extension"], |
| 610 "whitelist": [ | 596 "whitelist": [ |
| 611 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev | 597 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev |
| 612 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta | 598 "226CF815E39A363090A1E547D53063472B8279FA", // Media Router Stable |
| 613 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary | |
| 614 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta | |
| 615 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable | |
| 616 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 | 599 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 |
| 617 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 | 600 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 |
| 618 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 | 601 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 |
| 619 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/397691 | 602 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/397691 |
| 620 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 | |
| 621 "226CF815E39A363090A1E547D53063472B8279FA", // http://crbug.com/457908 | |
| 622 "1BFB3A47AA4A1E1C4714D919217602685CDD0FA7" // http://crbug.com/574600 | 603 "1BFB3A47AA4A1E1C4714D919217602685CDD0FA7" // http://crbug.com/574600 |
| 623 ] | 604 ] |
| 624 }, | 605 }, |
| 625 { | 606 { |
| 626 "channel": "stable", | 607 "channel": "stable", |
| 627 "extension_types": ["platform_app"] | 608 "extension_types": ["platform_app"] |
| 628 }], | 609 }], |
| 629 "musicManagerPrivate": { | 610 "musicManagerPrivate": { |
| 630 "channel": "stable", | 611 "channel": "stable", |
| 631 "extension_types": ["platform_app"], | 612 "extension_types": ["platform_app"], |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "channel": "stable", | 931 "channel": "stable", |
| 951 "extension_types": ["platform_app"], | 932 "extension_types": ["platform_app"], |
| 952 "platforms": ["chromeos"], | 933 "platforms": ["chromeos"], |
| 953 "whitelist": [ | 934 "whitelist": [ |
| 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 935 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 936 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 937 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 957 ] | 938 ] |
| 958 } | 939 } |
| 959 } | 940 } |
| OLD | NEW |