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

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

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Asynchronous calls revisited. Created 6 years, 7 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 | Annotate | Revision Log
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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "channel": "stable", 330 "channel": "stable",
331 "extension_types": ["extension"], 331 "extension_types": ["extension"],
332 "whitelist": [ 332 "whitelist": [
333 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 333 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
334 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 334 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
335 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 335 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
336 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 336 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
337 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 337 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable
338 ] 338 ]
339 }, 339 },
340 "enterprise.platformKeys": {
341 "channel": "dev",
342 "platforms": ["chromeos"],
343 "extension_types": ["extension", "legacy_packaged_app"],
344 "location": "policy"
345 },
340 "enterprise.platformKeysPrivate": { 346 "enterprise.platformKeysPrivate": {
341 "channel": "stable", 347 "channel": "stable",
342 "extension_types": ["extension", "legacy_packaged_app"], 348 "extension_types": ["extension", "legacy_packaged_app"],
343 "whitelist": [ 349 "whitelist": [
344 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood 350 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood
345 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test 351 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test
346 ] 352 ]
347 }, 353 },
348 "experimental": { 354 "experimental": {
349 "channel": "stable", 355 "channel": "stable",
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 // Only allowed for whitelisted extensions until all the caveats are 984 // Only allowed for whitelisted extensions until all the caveats are
979 // addressed. Tracked in crbug/285151. 985 // addressed. Tracked in crbug/285151.
980 "channel": "stable", 986 "channel": "stable",
981 "extension_types": ["extension"], 987 "extension_types": ["extension"],
982 "location": "component", 988 "location": "component",
983 "whitelist": [ 989 "whitelist": [
984 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 990 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
985 ] 991 ]
986 }] 992 }]
987 } 993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698