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

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

Issue 378783002: Initial implementation of the <extensionoptions> GuestView tag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add constants file Created 6 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
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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 }, 402 },
403 "enterprise.platformKeysPrivate": { 403 "enterprise.platformKeysPrivate": {
404 "channel": "stable", 404 "channel": "stable",
405 "extension_types": ["extension", "legacy_packaged_app"], 405 "extension_types": ["extension", "legacy_packaged_app"],
406 "platforms": ["chromeos"], 406 "platforms": ["chromeos"],
407 "whitelist": [ 407 "whitelist": [
408 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood 408 "657FEC7E77355CA205B0E226586621F86B33F611", // Dogfood
409 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test 409 "5894126C625EF31852F215ED301A5FF1F9B7D026" // Test
410 ] 410 ]
411 }, 411 },
412 "embeddedExtensionOptions": {
not at google - send to devlin 2014/07/08 19:17:25 "extensionoptions" would actually be a more consis
ericzeng 2014/07/08 19:35:25 Is it? I think that "extensionoptions" is specific
413 "channel": "trunk",
414 "extension_types": ["extension"]
415 },
412 "experimental": { 416 "experimental": {
413 "channel": "stable", 417 "channel": "stable",
414 "extension_types": [ 418 "extension_types": [
415 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 419 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
416 ] 420 ]
417 }, 421 },
418 "feedbackPrivate": { 422 "feedbackPrivate": {
419 "channel": "stable", 423 "channel": "stable",
420 "extension_types": ["extension", "platform_app"], 424 "extension_types": ["extension", "platform_app"],
421 "whitelist": [ 425 "whitelist": [
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 // Only allowed for whitelisted extensions until all the caveats are 1088 // Only allowed for whitelisted extensions until all the caveats are
1085 // addressed. Tracked in crbug/285151. 1089 // addressed. Tracked in crbug/285151.
1086 "channel": "stable", 1090 "channel": "stable",
1087 "extension_types": ["extension"], 1091 "extension_types": ["extension"],
1088 "location": "component", 1092 "location": "component",
1089 "whitelist": [ 1093 "whitelist": [
1090 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1094 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1091 ] 1095 ]
1092 }] 1096 }]
1093 } 1097 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698