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

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: Created 5 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
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "whitelist": [ 131 "whitelist": [
132 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 132 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
133 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 133 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
134 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 134 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
135 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 135 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
136 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 136 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
137 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 137 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
138 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 138 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
139 ] 139 ]
140 }], 140 }],
141 "certificateProvider": {
142 "channel": "dev",
143 "platforms": ["chromeos"],
144 "extension_types": ["extension", "platform_app"]
145 },
141 "chromePrivate": { 146 "chromePrivate": {
142 "channel": "stable", 147 "channel": "stable",
143 "extension_types": ["extension", "legacy_packaged_app"], 148 "extension_types": ["extension", "legacy_packaged_app"],
144 "whitelist": [ 149 "whitelist": [
145 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver 150 "2462D64ACB971A7E708757159C2B17761D4FF54A", // Citrix Receiver
146 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta 151 "3010EF507AFEF487EEA9CDE2930EC94867C60936", // Citrix Receiver Beta
147 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev 152 "ABAABC5F49E022A76CBB12972A53B58354C04AC6" // Citrix Receiver Dev
148 ] 153 ]
149 }, 154 },
150 "chromeosInfoPrivate": { 155 "chromeosInfoPrivate": {
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1045 "channel": "stable", 1050 "channel": "stable",
1046 "extension_types": ["platform_app"], 1051 "extension_types": ["platform_app"],
1047 "platforms": ["chromeos"], 1052 "platforms": ["chromeos"],
1048 "whitelist": [ 1053 "whitelist": [
1049 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1054 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1050 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1055 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1051 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1056 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1052 ] 1057 ]
1053 } 1058 }
1054 } 1059 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698