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

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

Issue 564993002: Embedded Extension Options: remove flags and trunk channel restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 3 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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 374 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
375 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable 375 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Google Cast Stable
376 ] 376 ]
377 }, 377 },
378 "easyUnlockPrivate": { 378 "easyUnlockPrivate": {
379 "channel": "stable", 379 "channel": "stable",
380 "extension_types": ["platform_app"], 380 "extension_types": ["platform_app"],
381 "location": "component" 381 "location": "component"
382 }, 382 },
383 "embeddedExtensionOptions": { 383 "embeddedExtensionOptions": {
384 "channel": "trunk", 384 "channel": "dev",
385 "extension_types": ["extension"] 385 "extension_types": ["extension"]
386 }, 386 },
387 "enterprise.platformKeys": { 387 "enterprise.platformKeys": {
388 "channel": "stable", 388 "channel": "stable",
389 "platforms": ["chromeos"], 389 "platforms": ["chromeos"],
390 "extension_types": ["extension", "legacy_packaged_app"], 390 "extension_types": ["extension", "legacy_packaged_app"],
391 "location": "policy" 391 "location": "policy"
392 }, 392 },
393 "enterprise.platformKeysPrivate": { 393 "enterprise.platformKeysPrivate": {
394 "channel": "stable", 394 "channel": "stable",
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 // Only allowed for whitelisted extensions until all the caveats are 1066 // Only allowed for whitelisted extensions until all the caveats are
1067 // addressed. Tracked in crbug/285151. 1067 // addressed. Tracked in crbug/285151.
1068 "channel": "stable", 1068 "channel": "stable",
1069 "extension_types": ["extension"], 1069 "extension_types": ["extension"],
1070 "location": "component", 1070 "location": "component",
1071 "whitelist": [ 1071 "whitelist": [
1072 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1072 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1073 ] 1073 ]
1074 }] 1074 }]
1075 } 1075 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698