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

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

Issue 563923004: Move most extension feature unit tests to extensions_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 // http://crbug.com/292856 113 // http://crbug.com/292856
114 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 114 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
115 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 115 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
116 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", 116 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9",
117 "FF78670081967CE21DB86A04AD94A0498F01E20A", 117 "FF78670081967CE21DB86A04AD94A0498F01E20A",
118 // Hotword component extension 118 // Hotword component extension
119 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" 119 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B"
120 ] 120 ]
121 } 121 }
122 ], 122 ],
123 "bluetoothPrivate": {
124 "channel": "stable",
125 "extension_types": ["platform_app"],
126 "platforms": ["chromeos", "win", "mac"],
127 "whitelist": [
128 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/387169
129 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/387169
130 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/387169
131 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/387169
132 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
133 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
134 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
135 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
136 ]
137 },
123 "dns": [ 138 "dns": [
124 { 139 {
125 "channel": "dev", 140 "channel": "dev",
126 "extension_types": ["extension", "platform_app"] 141 "extension_types": ["extension", "platform_app"]
127 }, 142 },
128 { 143 {
129 "channel": "stable", 144 "channel": "stable",
130 "extension_types": ["extension", "platform_app"], 145 "extension_types": ["extension", "platform_app"],
131 "whitelist": [ 146 "whitelist": [
132 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development 147 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 "extension_types": ["extension"], 304 "extension_types": ["extension"],
290 "whitelist": [ 305 "whitelist": [
291 // http://crbug.com/292856 306 // http://crbug.com/292856
292 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 307 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
293 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 308 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
294 "A434B90223C3C52F2B69DB494736B63C612C774D" 309 "A434B90223C3C52F2B69DB494736B63C612C774D"
295 ] 310 ]
296 } 311 }
297 ] 312 ]
298 } 313 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698