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

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

Issue 1096393002: API stubs for the BLE advertisement API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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/extensions. 6 // under src/extensions.
7 7
8 // See extensions/common/features/* to understand this file, in particular 8 // See extensions/common/features/* to understand this file, in particular
9 // feature.h, simple_feature.h, and base_feature_provider.h. 9 // feature.h, simple_feature.h, and base_feature_provider.h.
10 10
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "whitelist": [ 124 "whitelist": [
125 // http://crbug.com/292856 125 // http://crbug.com/292856
126 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 126 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
127 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", 127 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9",
128 "FF78670081967CE21DB86A04AD94A0498F01E20A", 128 "FF78670081967CE21DB86A04AD94A0498F01E20A",
129 // Hotword component extension 129 // Hotword component extension
130 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" 130 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B"
131 ] 131 ]
132 } 132 }
133 ], 133 ],
134 "bluetoothLowEnergy.peripheral": {
not at google - send to devlin 2015/05/06 21:10:27 This doesn't really make sense. bluetoothLowEnergy
rkc 2015/05/06 22:13:45 Done.
135 "channel": "stable",
136 "extension_types": ["platform_app"],
137 "platforms": ["chromeos"],
138 "whitelist": [
139 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/485292
140 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/485292
141 ]
142 },
134 "bluetoothPrivate": { 143 "bluetoothPrivate": {
135 "channel": "stable", 144 "channel": "stable",
136 "extension_types": ["platform_app"], 145 "extension_types": ["platform_app"],
137 "platforms": ["chromeos", "win", "mac"], 146 "platforms": ["chromeos", "win", "mac"],
138 "whitelist": [ 147 "whitelist": [
139 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169 148 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
140 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169 149 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
141 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169 150 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169
142 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169 151 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169
143 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 152 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 }, 447 },
439 "webRequest": { 448 "webRequest": {
440 "channel": "stable", 449 "channel": "stable",
441 "extension_types": ["extension", "legacy_packaged_app"] 450 "extension_types": ["extension", "legacy_packaged_app"]
442 }, 451 },
443 "webRequestBlocking": { 452 "webRequestBlocking": {
444 "channel": "stable", 453 "channel": "stable",
445 "extension_types": ["extension", "legacy_packaged_app"] 454 "extension_types": ["extension", "legacy_packaged_app"]
446 } 455 }
447 } 456 }
OLDNEW
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | extensions/common/api/bluetooth/bluetooth_manifest_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698