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

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

Issue 411663002: Disable bluetoothPrivate on unsupported platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542 177 "3F596D221126DCDFD115CFAA2E5A3141806358AD", // http://crbug.com/286542
178 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952 178 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", // http://crbug.com/320952
179 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952 179 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // http://crbug.com/320952
180 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952 180 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A" // http://crbug.com/320952
181 ] 181 ]
182 } 182 }
183 ], 183 ],
184 "bluetoothPrivate": { 184 "bluetoothPrivate": {
185 "channel": "stable", 185 "channel": "stable",
186 "extension_types": ["platform_app"], 186 "extension_types": ["platform_app"],
187 "platforms": ["chromeos", "win", "mac"],
187 "whitelist": [ 188 "whitelist": [
188 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 189 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
189 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 190 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
190 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 191 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169
191 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/387169 192 "307E96539209F95A1A8740C713E6998A73657D96" // http://crbug.com/387169
192 ] 193 ]
193 }, 194 },
194 "bookmarkManagerPrivate": { 195 "bookmarkManagerPrivate": {
195 "channel": "stable", 196 "channel": "stable",
196 "extension_types": ["extension", "legacy_packaged_app"], 197 "extension_types": ["extension", "legacy_packaged_app"],
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
1095 // Only allowed for whitelisted extensions until all the caveats are 1096 // Only allowed for whitelisted extensions until all the caveats are
1096 // addressed. Tracked in crbug/285151. 1097 // addressed. Tracked in crbug/285151.
1097 "channel": "stable", 1098 "channel": "stable",
1098 "extension_types": ["extension"], 1099 "extension_types": ["extension"],
1099 "location": "component", 1100 "location": "component",
1100 "whitelist": [ 1101 "whitelist": [
1101 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1102 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1102 ] 1103 ]
1103 }] 1104 }]
1104 } 1105 }
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