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

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

Issue 805563002: Move unlimitedStorage permission from //chrome to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | extensions/common/api/_permission_features.json » ('j') | 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 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 "extension_types": ["extension", "legacy_packaged_app"] 985 "extension_types": ["extension", "legacy_packaged_app"]
986 }, 986 },
987 "tts": { 987 "tts": {
988 "channel": "stable", 988 "channel": "stable",
989 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 989 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
990 }, 990 },
991 "ttsEngine": { 991 "ttsEngine": {
992 "channel": "stable", 992 "channel": "stable",
993 "extension_types": ["extension", "legacy_packaged_app"] 993 "extension_types": ["extension", "legacy_packaged_app"]
994 }, 994 },
995 "unlimitedStorage": {
996 "channel": "stable",
997 "extension_types": [
998 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
999 ]
1000 },
1001 "virtualKeyboardPrivate": { 995 "virtualKeyboardPrivate": {
1002 "channel": "stable", 996 "channel": "stable",
1003 "extension_types": ["extension"], 997 "extension_types": ["extension"],
1004 "platforms": ["chromeos"], 998 "platforms": ["chromeos"],
1005 "whitelist": [ 999 "whitelist": [
1006 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd 1000 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", // System-level virtual kbd
1007 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd 1001 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd
1008 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd 1002 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd
1009 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd 1003 "F94EE6AB36D6C6588670B2B01EB65212D9C64E33", // Public XKB virtual kbd
1010 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA" // Public m17n virtual kbd 1004 "3E03D9B67FDD31B2438D1CF5070573415DCB3CBA" // Public m17n virtual kbd
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 "webstorePrivate": { 1044 "webstorePrivate": {
1051 "channel": "stable", 1045 "channel": "stable",
1052 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 1046 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
1053 "whitelist": [ 1047 "whitelist": [
1054 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 1048 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
1055 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 1049 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
1056 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 1050 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
1057 ] 1051 ]
1058 } 1052 }
1059 } 1053 }
OLDNEW
« no previous file with comments | « no previous file | extensions/common/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698