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

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

Issue 873893002: Make chrome.webcamPrivate available on stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2272
Patch Set: Created 5 years, 11 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 590 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
591 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 591 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
592 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 592 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
593 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 593 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
594 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 594 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
595 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 595 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
596 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 596 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
597 ] 597 ]
598 }, 598 },
599 "webcamPrivate": { 599 "webcamPrivate": {
600 "channel": "dev", 600 "channel": "stable",
601 "extension_types": ["extension", "platform_app"] 601 "extension_types": ["extension", "platform_app"]
602 }, 602 },
603 "management": [ 603 "management": [
604 { 604 {
605 "channel": "stable", 605 "channel": "stable",
606 "extension_types": ["extension", "legacy_packaged_app"] 606 "extension_types": ["extension", "legacy_packaged_app"]
607 }, 607 },
608 { 608 {
609 "channel": "stable", 609 "channel": "stable",
610 "extension_types": ["platform_app"], 610 "extension_types": ["platform_app"],
(...skipping 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 "webstorePrivate": { 1039 "webstorePrivate": {
1040 "channel": "stable", 1040 "channel": "stable",
1041 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 1041 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
1042 "whitelist": [ 1042 "whitelist": [
1043 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 1043 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
1044 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 1044 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
1045 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 1045 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
1046 ] 1046 ]
1047 } 1047 }
1048 } 1048 }
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