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

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: Allow import of non-extractable keys. Created 6 years, 8 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
9 // 9 //
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "channel": "stable", 354 "channel": "stable",
355 "extension_types": ["extension"], 355 "extension_types": ["extension"],
356 "whitelist": [ 356 "whitelist": [
357 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester 357 "226CF815E39A363090A1E547D53063472B8279FA", // Trusted Tester
358 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging 358 "FA01E0B81978950F2BC5A50512FD769725F57510", // Staging
359 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 359 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
360 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) 360 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
361 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release 361 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
362 ] 362 ]
363 }, 363 },
364 "enterprise.certificates": {
365 "channel": "dev",
366 "extension_types": ["extension", "legacy_packaged_app"]
367 },
364 "enterprise.platformKeysPrivate": { 368 "enterprise.platformKeysPrivate": {
365 "channel": "stable", 369 "channel": "stable",
366 "extension_types": ["extension", "legacy_packaged_app"], 370 "extension_types": ["extension", "legacy_packaged_app"],
367 "whitelist": [ 371 "whitelist": [
368 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood 372 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood
369 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test 373 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test
370 ] 374 ]
371 }, 375 },
372 "experimental": { 376 "experimental": {
373 "channel": "stable", 377 "channel": "stable",
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 // Only allowed for whitelisted extensions until all the caveats are 985 // Only allowed for whitelisted extensions until all the caveats are
982 // addressed. Tracked in crbug/285151. 986 // addressed. Tracked in crbug/285151.
983 "channel": "stable", 987 "channel": "stable",
984 "extension_types": ["extension"], 988 "extension_types": ["extension"],
985 "location": "component", 989 "location": "component",
986 "whitelist": [ 990 "whitelist": [
987 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 991 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
988 ] 992 ]
989 }] 993 }]
990 } 994 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698