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

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

Issue 23454030: Whitelist virtual keyboard extension to accept audioCapture and videoCapture permissions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: whitelist vk extension to take audioCapture and videoCapture permission Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | 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 // 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 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", 48 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
49 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB" 49 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB"
50 ] 50 ]
51 } 51 }
52 ], 52 ],
53 "autotestPrivate": { 53 "autotestPrivate": {
54 "channel": "stable", 54 "channel": "stable",
55 "extension_types": ["extension", "legacy_packaged_app"], 55 "extension_types": ["extension", "legacy_packaged_app"],
56 "location": "component" 56 "location": "component"
57 }, 57 },
58 "audioCapture": { 58 "audioCapture": [{
59 "channel": "stable", 59 "channel": "stable",
60 "extension_types": ["platform_app"] 60 "extension_types": ["platform_app"]
61 }, 61 },{
62 "channel": "stable",
63 "extension_types": ["extension"],
64 "whitelist": [
65 "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856
66 ]
67 }],
62 "background": [ 68 "background": [
63 { 69 {
64 "channel": "stable", 70 "channel": "stable",
65 "extension_types": [ 71 "extension_types": [
66 "extension", "legacy_packaged_app", "hosted_app" 72 "extension", "legacy_packaged_app", "hosted_app"
67 ] 73 ]
68 }, 74 },
69 { 75 {
70 "channel": "stable", 76 "channel": "stable",
71 "extension_types": ["platform_app"], 77 "extension_types": ["platform_app"],
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 ] 702 ]
697 }, 703 },
698 "usb": { 704 "usb": {
699 "channel": "stable", 705 "channel": "stable",
700 "extension_types": ["platform_app"] 706 "extension_types": ["platform_app"]
701 }, 707 },
702 "usbDevices": { 708 "usbDevices": {
703 "channel": "stable", 709 "channel": "stable",
704 "extension_types": ["platform_app"] 710 "extension_types": ["platform_app"]
705 }, 711 },
706 "videoCapture": { 712 "videoCapture": [{
miket_OOO 2013/09/17 17:13:40 This whitespace style doesn't match the rest of th
bshe 2013/09/18 01:41:50 Done.
707 "channel": "stable", 713 "channel": "stable",
708 "extension_types": ["platform_app"] 714 "extension_types": ["platform_app"]
709 }, 715 },{
716 "channel": "stable",
717 "extension_types": ["extension"],
718 "whitelist": [
719 "mppnpdlheglhdfmldimlhpnegondlapf" // http://crbug.com/292856
720 ]
721 }],
710 "virtualKeyboardPrivate": { 722 "virtualKeyboardPrivate": {
711 "channel": "stable", 723 "channel": "stable",
712 "whitelist": [ 724 "whitelist": [
713 "mppnpdlheglhdfmldimlhpnegondlapf" // System-level virtual keyboard. 725 "mppnpdlheglhdfmldimlhpnegondlapf" // System-level virtual keyboard.
714 ], 726 ],
715 "extension_types": ["extension"] 727 "extension_types": ["extension"]
716 }, 728 },
717 "wallpaper": { 729 "wallpaper": {
718 "channel": "dev", 730 "channel": "dev",
719 "extension_types": ["platform_app"] 731 "extension_types": ["platform_app"]
(...skipping 21 matching lines...) Expand all
741 }, 753 },
742 "webRequestBlocking": { 754 "webRequestBlocking": {
743 "channel": "stable", 755 "channel": "stable",
744 "extension_types": ["extension", "legacy_packaged_app"] 756 "extension_types": ["extension", "legacy_packaged_app"]
745 }, 757 },
746 "webview": { 758 "webview": {
747 "channel": "stable", 759 "channel": "stable",
748 "extension_types": ["platform_app"] 760 "extension_types": ["platform_app"]
749 } 761 }
750 } 762 }
OLDNEW
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698