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

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: Formatting 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": [{
928 "channel": "trunk", 928 "channel": "trunk",
929 "extension_types": ["extension", "platform_app"], 929 "extension_types": ["extension", "platform_app"],
930 "location": "component" 930 "location": "component"
931 }, 931 },
932 {
933 "channel": "stable",
934 "extension_types": ["extension"],
935 "whitelist": [
936 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Media Router Dev
937 "226CF815E39A363090A1E547D53063472B8279FA" // Media Router Release
938 ]
939 }],
932 "signedInDevices": { 940 "signedInDevices": {
933 "channel": "dev", 941 "channel": "dev",
934 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 942 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
935 }, 943 },
936 "streamsPrivate": { 944 "streamsPrivate": {
937 "channel": "stable", 945 "channel": "stable",
938 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 946 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
939 "whitelist": [ 947 "whitelist": [
940 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests 948 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests
941 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice 949 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1060 "channel": "stable", 1068 "channel": "stable",
1061 "extension_types": ["platform_app"], 1069 "extension_types": ["platform_app"],
1062 "platforms": ["chromeos"], 1070 "platforms": ["chromeos"],
1063 "whitelist": [ 1071 "whitelist": [
1064 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1072 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1065 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1073 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1066 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1074 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1067 ] 1075 ]
1068 } 1076 }
1069 } 1077 }
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