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

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

Issue 13486004: Audio extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased to trunk@195702 and fix conflicts. Created 7 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/chrome_tests.gypi ('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 { 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": {
29 "channel": "stable",
30 "extension_types": ["platform_app"]
31 },
28 "autotestPrivate": { 32 "autotestPrivate": {
29 "channel": "stable", 33 "channel": "stable",
30 "extension_types": ["extension", "packaged_app"], 34 "extension_types": ["extension", "packaged_app"],
31 "location": "component" 35 "location": "component"
32 }, 36 },
33 "audioCapture": { 37 "audioCapture": {
34 "channel": "stable", 38 "channel": "stable",
35 "extension_types": ["platform_app"] 39 "extension_types": ["platform_app"]
36 }, 40 },
37 "background": { 41 "background": {
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 }, 538 },
535 "webRequestBlocking": { 539 "webRequestBlocking": {
536 "channel": "stable", 540 "channel": "stable",
537 "extension_types": ["extension", "packaged_app"] 541 "extension_types": ["extension", "packaged_app"]
538 }, 542 },
539 "webview": { 543 "webview": {
540 "channel": "stable", 544 "channel": "stable",
541 "extension_types": ["platform_app"] 545 "extension_types": ["platform_app"]
542 } 546 }
543 } 547 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698