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

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

Issue 536213003: Whitelisting Shout Out extension for chrome.copresence. (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
« 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 "whitelist": [ 349 "whitelist": [
350 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999 350 "AFA728615D3A82D4017BDECEE86978543194D198", // http://crbug.com/387999
351 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999 351 "0C0426C12F94156F330FFAF346A976BA8878DE78", // http://crbug.com/387999
352 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230 352 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/389230
353 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230 353 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/389230
354 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230 354 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/389230
355 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230 355 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/389230
356 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 356 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
357 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 357 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
358 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 358 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
359 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 359 "81986D4F846CEDDDB962643FA501D1780DD441BB", // http://crbug.com/407693
360 "FF78670081967CE21DB86A04AD94A0498F01E20A" // http://crbug.com/409192
360 ] 361 ]
361 } 362 }
362 ], 363 ],
363 "copresencePrivate": { 364 "copresencePrivate": {
364 "channel": "stable", 365 "channel": "stable",
365 "extension_types": ["extension"], 366 "extension_types": ["extension"],
366 "location": "component", 367 "location": "component",
367 "whitelist": [ 368 "whitelist": [
368 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy 369 "AFA728615D3A82D4017BDECEE86978543194D198" // Whispernet Proxy
369 ] 370 ]
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 // Only allowed for whitelisted extensions until all the caveats are 1202 // Only allowed for whitelisted extensions until all the caveats are
1202 // addressed. Tracked in crbug/285151. 1203 // addressed. Tracked in crbug/285151.
1203 "channel": "stable", 1204 "channel": "stable",
1204 "extension_types": ["extension"], 1205 "extension_types": ["extension"],
1205 "location": "component", 1206 "location": "component",
1206 "whitelist": [ 1207 "whitelist": [
1207 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1208 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1208 ] 1209 ]
1209 }] 1210 }]
1210 } 1211 }
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