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

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

Issue 926703002: Promote "chrome.browser" API to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 }, 72 },
73 "bookmarks": { 73 "bookmarks": {
74 "channel": "stable", 74 "channel": "stable",
75 "extension_types": ["extension", "legacy_packaged_app"] 75 "extension_types": ["extension", "legacy_packaged_app"]
76 }, 76 },
77 "brailleDisplayPrivate": { 77 "brailleDisplayPrivate": {
78 "channel": "stable", 78 "channel": "stable",
79 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 79 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
80 "location": "component" 80 "location": "component"
81 }, 81 },
82 "browser": [ 82 "browser": {
83 { 83 "channel": "stable",
84 "channel": "dev", 84 "extension_types": ["platform_app"]
85 "extension_types": ["platform_app"] 85 },
86 },
87 {
88 "channel": "stable",
89 "extension_types": ["platform_app"],
90 "whitelist": [
91 // hotword_audio_verification
92 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A"
93 ]
94 }
95 ],
96 "browsingData": { 86 "browsingData": {
97 "channel": "stable", 87 "channel": "stable",
98 "extension_types": ["extension", "legacy_packaged_app"] 88 "extension_types": ["extension", "legacy_packaged_app"]
99 }, 89 },
100 "cast": { 90 "cast": {
101 "channel": "stable", 91 "channel": "stable",
102 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 92 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
103 "whitelist": [ 93 "whitelist": [
104 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 94 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
105 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 95 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
980 "webstorePrivate": { 970 "webstorePrivate": {
981 "channel": "stable", 971 "channel": "stable",
982 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 972 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
983 "whitelist": [ 973 "whitelist": [
984 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 974 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
985 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 975 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
986 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 976 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
987 ] 977 ]
988 } 978 }
989 } 979 }
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