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

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

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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
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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "whitelist": [ 118 "whitelist": [
119 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 119 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
120 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 120 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
121 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 121 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
122 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 122 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
123 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 123 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
124 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 124 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
125 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 125 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
126 ] 126 ]
127 }], 127 }],
128 "certificateProvider": {
129 "channel": "stable",
130 "platforms": ["chromeos"],
131 "extension_types": ["extension", "platform_app"]
132 },
128 "chromePrivate": { 133 "chromePrivate": {
129 "channel": "stable", 134 "channel": "stable",
130 "extension_types": ["extension", "legacy_packaged_app"], 135 "extension_types": ["extension", "legacy_packaged_app"],
131 "whitelist": [ 136 "whitelist": [
132 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver 137 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver
133 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta 138 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta
134 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev 139 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev
135 ] 140 ]
136 }, 141 },
137 "chromeosInfoPrivate": { 142 "chromeosInfoPrivate": {
(...skipping 908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 "channel": "stable", 1051 "channel": "stable",
1047 "extension_types": ["platform_app"], 1052 "extension_types": ["platform_app"],
1048 "platforms": ["chromeos"], 1053 "platforms": ["chromeos"],
1049 "whitelist": [ 1054 "whitelist": [
1050 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1055 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1051 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1056 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1052 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1057 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1053 ] 1058 ]
1054 } 1059 }
1055 } 1060 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/certificate_provider.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698