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

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

Issue 1233553006: Update whitelist for enterprise.platformKeysPrivate. (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
« no previous file with comments | « no previous file | no next file » | 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 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 "extension_types": ["extension", "legacy_packaged_app"], 352 "extension_types": ["extension", "legacy_packaged_app"],
353 "location": "policy" 353 "location": "policy"
354 }, 354 },
355 "enterprise.platformKeysPrivate": { 355 "enterprise.platformKeysPrivate": {
356 "channel": "stable", 356 "channel": "stable",
357 "extension_types": ["extension", "legacy_packaged_app"], 357 "extension_types": ["extension", "legacy_packaged_app"],
358 "platforms": ["chromeos"], 358 "platforms": ["chromeos"],
359 "whitelist": [ 359 "whitelist": [
360 "657FEC7E77355CA205B0E226586621F86B33F611", // http://crbug.com/246857 360 "657FEC7E77355CA205B0E226586621F86B33F611", // http://crbug.com/246857
361 "5894126C625EF31852F215ED301A5FF1F9B7D026", // http://crbug.com/246857 361 "5894126C625EF31852F215ED301A5FF1F9B7D026", // http://crbug.com/246857
362 "8DAE23A10703C926B21862B2F318FB4E110B17BD" // http://crbug.com/487455 362 "8DAE23A10703C926B21862B2F318FB4E110B17BD", // http://crbug.com/487455
363 "34412790FC81BC9B563CBE599ED10ABF26B209F7" // http://crbug.com/509149
363 ] 364 ]
364 }, 365 },
365 "experienceSamplingPrivate": { 366 "experienceSamplingPrivate": {
366 "channel": "stable", 367 "channel": "stable",
367 "extension_types": ["extension"], 368 "extension_types": ["extension"],
368 "whitelist": [ 369 "whitelist": [
369 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 370 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635
370 ] 371 ]
371 }, 372 },
372 "experimental": { 373 "experimental": {
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 "channel": "stable", 1057 "channel": "stable",
1057 "extension_types": ["platform_app"], 1058 "extension_types": ["platform_app"],
1058 "platforms": ["chromeos"], 1059 "platforms": ["chromeos"],
1059 "whitelist": [ 1060 "whitelist": [
1060 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1061 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1061 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1062 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1062 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1063 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1063 ] 1064 ]
1064 } 1065 }
1065 } 1066 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698