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

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

Issue 14655010: Revert 198556 "Implement the rest of the audio API." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
11 "adview": { 11 "adview": {
12 "channel": "dev", 12 "channel": "dev",
13 "extension_types": ["platform_app"] 13 "extension_types": ["platform_app"]
14 }, 14 },
15 "alarms": { 15 "alarms": {
16 "channel": "stable", 16 "channel": "stable",
17 "extension_types": ["extension", "packaged_app", "platform_app"], 17 "extension_types": ["extension", "packaged_app", "platform_app"],
18 "min_manifest_version": 2 18 "min_manifest_version": 2
19 }, 19 },
20 "app.runtime": { 20 "app.runtime": {
21 "channel": "stable", 21 "channel": "stable",
22 "extension_types": ["platform_app"] 22 "extension_types": ["platform_app"]
23 }, 23 },
24 "app.window": { 24 "app.window": {
25 "channel": "stable", 25 "channel": "stable",
26 "extension_types": ["platform_app"] 26 "extension_types": ["platform_app"]
27 }, 27 },
28 "audio": [ 28 "audio": {
29 { 29 "channel": "stable",
30 "channel": "dev", 30 "extension_types": ["platform_app"]
31 "extension_types": ["platform_app"] 31 },
32 },
33 {
34 "channel": "stable",
35 "extension_types": ["platform_app"],
36 "whitelist": [
37 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
38 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB"
39 ]
40 }
41 ],
42 "autotestPrivate": { 32 "autotestPrivate": {
43 "channel": "stable", 33 "channel": "stable",
44 "extension_types": ["extension", "packaged_app"], 34 "extension_types": ["extension", "packaged_app"],
45 "location": "component" 35 "location": "component"
46 }, 36 },
47 "audioCapture": { 37 "audioCapture": {
48 "channel": "stable", 38 "channel": "stable",
49 "extension_types": ["platform_app"] 39 "extension_types": ["platform_app"]
50 }, 40 },
51 "background": { 41 "background": {
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 }, 542 },
553 "webRequestBlocking": { 543 "webRequestBlocking": {
554 "channel": "stable", 544 "channel": "stable",
555 "extension_types": ["extension", "packaged_app"] 545 "extension_types": ["extension", "packaged_app"]
556 }, 546 },
557 "webview": { 547 "webview": {
558 "channel": "stable", 548 "channel": "stable",
559 "extension_types": ["platform_app"] 549 "extension_types": ["platform_app"]
560 } 550 }
561 } 551 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698