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

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

Issue 462183002: Add SHA1 hash of experience sampling extension to whitelist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "extension_types": ["extension", "legacy_packaged_app"], 446 "extension_types": ["extension", "legacy_packaged_app"],
447 "platforms": ["chromeos"], 447 "platforms": ["chromeos"],
448 "whitelist": [ 448 "whitelist": [
449 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood 449 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood
450 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test 450 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test
451 ] 451 ]
452 }, 452 },
453 "experienceSamplingPrivate": { 453 "experienceSamplingPrivate": {
454 "channel": "dev", 454 "channel": "dev",
455 "extension_types": ["extension"], 455 "extension_types": ["extension"],
456 "whitelist": [] 456 "whitelist": ["0B5B953E53AC1859AC1DD3F67E115D1A5C2D6123"] // https://crbug. com/384635
not at google - send to devlin 2014/08/13 17:22:42 Note how the other whitelists are expressed so tha
Chris Thompson 2014/08/13 17:32:27 Done.
457 }, 457 },
458 "experimental": { 458 "experimental": {
459 "channel": "stable", 459 "channel": "stable",
460 "extension_types": [ 460 "extension_types": [
461 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 461 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
462 ] 462 ]
463 }, 463 },
464 "feedbackPrivate": { 464 "feedbackPrivate": {
465 "channel": "stable", 465 "channel": "stable",
466 "extension_types": ["extension", "platform_app"], 466 "extension_types": ["extension", "platform_app"],
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 // Only allowed for whitelisted extensions until all the caveats are 1150 // Only allowed for whitelisted extensions until all the caveats are
1151 // addressed. Tracked in crbug/285151. 1151 // addressed. Tracked in crbug/285151.
1152 "channel": "stable", 1152 "channel": "stable",
1153 "extension_types": ["extension"], 1153 "extension_types": ["extension"],
1154 "location": "component", 1154 "location": "component",
1155 "whitelist": [ 1155 "whitelist": [
1156 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1156 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1157 ] 1157 ]
1158 }] 1158 }]
1159 } 1159 }
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