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

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

Issue 417853003: Whitelist a few more app IDs for mediaGalleriesPrivate and musicManagerPrivate. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "channel": "stable", 677 "channel": "stable",
678 "extension_types": [ "platform_app" ] 678 "extension_types": [ "platform_app" ]
679 }, 679 },
680 // TODO(thestig) Remove this as part of http://crbug.com/166950 680 // TODO(thestig) Remove this as part of http://crbug.com/166950
681 "mediaGalleriesPrivate": { 681 "mediaGalleriesPrivate": {
682 "channel": "stable", 682 "channel": "stable",
683 "extension_types": [ "platform_app" ], 683 "extension_types": [ "platform_app" ],
684 "whitelist": [ 684 "whitelist": [
685 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", 685 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C",
686 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", 686 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
687 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" 687 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A",
688 "3D14248405B8A59043420AAC160077C99E7788A9",
689 "A6C87307BBE5886CC5F1393025000E2FE8060BF2",
690 "3407516021EA3669C0EC8E65E6B9837E5A521B9C"
688 ] 691 ]
689 }, 692 },
690 "mediaPlayerPrivate": { 693 "mediaPlayerPrivate": {
691 "channel": "stable", 694 "channel": "stable",
692 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 695 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
693 "location": "component", 696 "location": "component",
694 "platforms": ["chromeos"] 697 "platforms": ["chromeos"]
695 }, 698 },
696 "metricsPrivate": { 699 "metricsPrivate": {
697 "channel": "stable", 700 "channel": "stable",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 739 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable
737 ] 740 ]
738 }, 741 },
739 "musicManagerPrivate": { 742 "musicManagerPrivate": {
740 "channel": "stable", 743 "channel": "stable",
741 "extension_types": ["platform_app"], 744 "extension_types": ["platform_app"],
742 "whitelist": [ 745 "whitelist": [
743 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 746 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
744 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test 747 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test
745 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", 748 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
746 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" 749 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A",
750 "3D14248405B8A59043420AAC160077C99E7788A9",
751 "A6C87307BBE5886CC5F1393025000E2FE8060BF2",
752 "3407516021EA3669C0EC8E65E6B9837E5A521B9C"
747 ] 753 ]
748 }, 754 },
749 "nativeMessaging": { 755 "nativeMessaging": {
750 "channel": "stable", 756 "channel": "stable",
751 "extension_types": [ 757 "extension_types": [
752 "extension", "legacy_packaged_app", "platform_app" 758 "extension", "legacy_packaged_app", "platform_app"
753 ] 759 ]
754 }, 760 },
755 "networkingPrivate": { 761 "networkingPrivate": {
756 "channel": "stable", 762 "channel": "stable",
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 // Only allowed for whitelisted extensions until all the caveats are 1102 // Only allowed for whitelisted extensions until all the caveats are
1097 // addressed. Tracked in crbug/285151. 1103 // addressed. Tracked in crbug/285151.
1098 "channel": "stable", 1104 "channel": "stable",
1099 "extension_types": ["extension"], 1105 "extension_types": ["extension"],
1100 "location": "component", 1106 "location": "component",
1101 "whitelist": [ 1107 "whitelist": [
1102 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1108 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1103 ] 1109 ]
1104 }] 1110 }]
1105 } 1111 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698