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

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

Issue 1131063006: Update whitelist for enterprise.platformKeysPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "platforms": ["chromeos"], 349 "platforms": ["chromeos"],
350 "extension_types": ["extension", "legacy_packaged_app"], 350 "extension_types": ["extension", "legacy_packaged_app"],
351 "location": "policy" 351 "location": "policy"
352 }, 352 },
353 "enterprise.platformKeysPrivate": { 353 "enterprise.platformKeysPrivate": {
354 "channel": "stable", 354 "channel": "stable",
355 "extension_types": ["extension", "legacy_packaged_app"], 355 "extension_types": ["extension", "legacy_packaged_app"],
356 "platforms": ["chromeos"], 356 "platforms": ["chromeos"],
357 "whitelist": [ 357 "whitelist": [
358 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood 358 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood
359 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test 359 "5894126C625EF31852F215ED301A5FF1F9B7D026", // Test
360 "8DAE23A10703C926B21862B2F318FB4E110B17BD" // Test
not at google - send to devlin 2015/05/14 16:28:54 Actually can we not say "Test" here (nor for the p
360 ] 361 ]
361 }, 362 },
362 "experienceSamplingPrivate": { 363 "experienceSamplingPrivate": {
363 "channel": "stable", 364 "channel": "stable",
364 "extension_types": ["extension"], 365 "extension_types": ["extension"],
365 "whitelist": [ 366 "whitelist": [
366 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635 367 "0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123" // https://crbug.com/384635
367 ] 368 ]
368 }, 369 },
369 "experimental": { 370 "experimental": {
(...skipping 648 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 "channel": "stable", 1019 "channel": "stable",
1019 "extension_types": ["platform_app"], 1020 "extension_types": ["platform_app"],
1020 "platforms": ["chromeos"], 1021 "platforms": ["chromeos"],
1021 "whitelist": [ 1022 "whitelist": [
1022 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1023 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1023 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1024 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1024 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1025 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1025 ] 1026 ]
1026 } 1027 }
1027 } 1028 }
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