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

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

Issue 50523011: Revert 231504 "Make app APIs implicit within _api_features.json ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 1 month 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 // 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 11 matching lines...) Expand all
22 }, 22 },
23 "adview": { 23 "adview": {
24 "channel": "dev", 24 "channel": "dev",
25 "extension_types": ["platform_app"] 25 "extension_types": ["platform_app"]
26 }, 26 },
27 "alarms": { 27 "alarms": {
28 "channel": "stable", 28 "channel": "stable",
29 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 29 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
30 "min_manifest_version": 2 30 "min_manifest_version": 2
31 }, 31 },
32 "app.runtime": {
33 "channel": "stable",
34 "extension_types": ["platform_app"]
35 },
36 "app.window": {
37 "channel": "stable",
38 "extension_types": ["platform_app"]
39 },
32 "audio": [ 40 "audio": [
33 { 41 {
34 "channel": "dev", 42 "channel": "dev",
35 "extension_types": ["platform_app"] 43 "extension_types": ["platform_app"]
36 }, 44 },
37 { 45 {
38 "channel": "stable", 46 "channel": "stable",
39 "extension_types": ["platform_app"], 47 "extension_types": ["platform_app"],
40 "whitelist": [ 48 "whitelist": [
41 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", 49 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578",
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 // Only allowed for whitelisted extensions until all the caveats are 836 // Only allowed for whitelisted extensions until all the caveats are
829 // addressed. Tracked in crbug/285151. 837 // addressed. Tracked in crbug/285151.
830 "channel": "stable", 838 "channel": "stable",
831 "extension_types": ["extension"], 839 "extension_types": ["extension"],
832 "location": "component", 840 "location": "component",
833 "whitelist": [ 841 "whitelist": [
834 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 842 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
835 ] 843 ]
836 }] 844 }]
837 } 845 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698