Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(293)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 917733003: Update whitelists related to Cast for Media Router Component Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 "extension_types": ["extension", "legacy_packaged_app"] 98 "extension_types": ["extension", "legacy_packaged_app"]
99 }, 99 },
100 "cast": { 100 "cast": {
101 "channel": "stable", 101 "channel": "stable",
102 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 102 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
103 "whitelist": [ 103 "whitelist": [
104 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 104 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
105 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 105 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
106 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 106 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
107 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 107 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
108 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 108 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
109 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
110 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
109 ] 111 ]
110 }, 112 },
111 "cast.streaming": [{ 113 "cast.streaming": [{
112 "channel": "dev", 114 "channel": "dev",
113 "extension_types": ["extension"] 115 "extension_types": ["extension"]
114 }, { 116 }, {
115 "channel": "stable", 117 "channel": "stable",
116 "extension_types": ["extension"], 118 "extension_types": ["extension"],
117 "whitelist": [ 119 "whitelist": [
118 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 120 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
119 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 121 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
120 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 122 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
121 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 123 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
122 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 124 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
125 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
126 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
123 ] 127 ]
124 }], 128 }],
125 "chromePrivate": { 129 "chromePrivate": {
126 "channel": "stable", 130 "channel": "stable",
127 "extension_types": ["extension", "legacy_packaged_app"], 131 "extension_types": ["extension", "legacy_packaged_app"],
128 "whitelist": [ 132 "whitelist": [
129 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver 133 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver
130 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta 134 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta
131 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev 135 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev
132 ] 136 ]
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "extension_types": ["extension"] 312 "extension_types": ["extension"]
309 }, 313 },
310 "dial": { 314 "dial": {
311 "channel": "stable", 315 "channel": "stable",
312 "extension_types": ["extension"], 316 "extension_types": ["extension"],
313 "whitelist": [ 317 "whitelist": [
314 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 318 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
315 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 319 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
316 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 320 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
317 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 321 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
318 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 322 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
323 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
324 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
325
319 ] 326 ]
320 }, 327 },
321 "easyUnlockPrivate": { 328 "easyUnlockPrivate": {
322 "channel": "stable", 329 "channel": "stable",
323 "extension_types": ["platform_app"], 330 "extension_types": ["platform_app"],
324 "location": "component" 331 "location": "component"
325 }, 332 },
326 "embeddedExtensionOptions": { 333 "embeddedExtensionOptions": {
327 "channel": "trunk", 334 "channel": "trunk",
328 "extension_types": ["extension"] 335 "extension_types": ["extension"]
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "extension_types": ["extension", "platform_app"], 688 "extension_types": ["extension", "platform_app"],
682 "whitelist": [ 689 "whitelist": [
683 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 690 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
684 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 691 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
685 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 692 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
686 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 693 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
687 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 694 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
688 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 695 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691
689 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 696 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691
690 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 697 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691
691 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89" // http://crbug.com/397691 698 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/397691
699 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
700 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
692 ] 701 ]
693 }, 702 },
694 "musicManagerPrivate": { 703 "musicManagerPrivate": {
695 "channel": "stable", 704 "channel": "stable",
696 "extension_types": ["platform_app"], 705 "extension_types": ["platform_app"],
697 "whitelist": [ 706 "whitelist": [
698 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 707 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
699 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test 708 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test
700 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", 709 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
701 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", 710 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A",
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 "webstorePrivate": { 989 "webstorePrivate": {
981 "channel": "stable", 990 "channel": "stable",
982 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 991 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
983 "whitelist": [ 992 "whitelist": [
984 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 993 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
985 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 994 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
986 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 995 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
987 ] 996 ]
988 } 997 }
989 } 998 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698