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

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

Issue 1646893002: Whitelist MR extensions for settingsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated allowed channel and extension types. Created 4 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 | « 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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 "location": "component" 917 "location": "component"
918 }, 918 },
919 "screensaver": { 919 "screensaver": {
920 "channel": "stable", 920 "channel": "stable",
921 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"] 921 "extension_types": ["legacy_packaged_app", "hosted_app", "platform_app"]
922 }, 922 },
923 "sessions": { 923 "sessions": {
924 "channel": "stable", 924 "channel": "stable",
925 "extension_types": ["extension", "legacy_packaged_app"] 925 "extension_types": ["extension", "legacy_packaged_app"]
926 }, 926 },
927 "settingsPrivate": { 927 "settingsPrivate": [
Devlin 2016/01/28 22:55:59 We're quite inconsistent in style, but I'd prefer
amp 2016/01/28 23:09:10 Done.
928 "channel": "trunk", 928 {
929 "extension_types": ["extension", "platform_app"], 929 "channel": "trunk",
930 "location": "component" 930 "extension_types": ["extension", "platform_app"],
931 }, 931 "location": "component"
932 },
933 {
934 "channel": "stable",
935 "extension_types": ["extension"],
936 "whitelist": [
937 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev
938 "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Release
939 ]
940 }
941 ],
932 "signedInDevices": { 942 "signedInDevices": {
933 "channel": "dev", 943 "channel": "dev",
934 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 944 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
935 }, 945 },
936 "streamsPrivate": { 946 "streamsPrivate": {
937 "channel": "stable", 947 "channel": "stable",
938 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 948 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
939 "whitelist": [ 949 "whitelist": [
940 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests 950 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests
941 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice 951 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 "channel": "stable", 1070 "channel": "stable",
1061 "extension_types": ["platform_app"], 1071 "extension_types": ["platform_app"],
1062 "platforms": ["chromeos"], 1072 "platforms": ["chromeos"],
1063 "whitelist": [ 1073 "whitelist": [
1064 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1074 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1065 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1075 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1066 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1076 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1067 ] 1077 ]
1068 } 1078 }
1069 } 1079 }
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