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

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

Issue 205243005: Add chrome.webcamPrivate idl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unittest Created 6 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
9 // 9 //
10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 "extension", "legacy_packaged_app", "hosted_app", "platform_app" 523 "extension", "legacy_packaged_app", "hosted_app", "platform_app"
524 ], 524 ],
525 "location": "component" 525 "location": "component"
526 } 526 }
527 ], 527 ],
528 "logPrivate": { 528 "logPrivate": {
529 "channel": "dev", 529 "channel": "dev",
530 "extension_types": ["extension", "legacy_packaged_app"], 530 "extension_types": ["extension", "legacy_packaged_app"],
531 "location": "component" 531 "location": "component"
532 }, 532 },
533 "webcamPrivate": {
534 "channel": "dev",
535 "extension_types": ["extension", "platform_app"]
536 },
533 "management": [ 537 "management": [
534 { 538 {
535 "channel": "stable", 539 "channel": "stable",
536 "extension_types": ["extension", "legacy_packaged_app"] 540 "extension_types": ["extension", "legacy_packaged_app"]
537 }, 541 },
538 { 542 {
539 "channel": "stable", 543 "channel": "stable",
540 "extension_types": ["platform_app"], 544 "extension_types": ["platform_app"],
541 "whitelist": [ 545 "whitelist": [
542 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT 546 "AE27D69DBE571F4B1694F05C89B710C646792231", // Published ADT
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 // Only allowed for whitelisted extensions until all the caveats are 985 // Only allowed for whitelisted extensions until all the caveats are
982 // addressed. Tracked in crbug/285151. 986 // addressed. Tracked in crbug/285151.
983 "channel": "stable", 987 "channel": "stable",
984 "extension_types": ["extension"], 988 "extension_types": ["extension"],
985 "location": "component", 989 "location": "component",
986 "whitelist": [ 990 "whitelist": [
987 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 991 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
988 ] 992 ]
989 }] 993 }]
990 } 994 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698