| OLD | NEW |
| 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 625 "logPrivate": { | 625 "logPrivate": { |
| 626 "channel": "stable", | 626 "channel": "stable", |
| 627 "extension_types": ["extension", "platform_app"], | 627 "extension_types": ["extension", "platform_app"], |
| 628 "whitelist": [ | 628 "whitelist": [ |
| 629 "ddammdhioacbehjngdmkjcjbnfginlla", // Test | 629 "ddammdhioacbehjngdmkjcjbnfginlla", // Test |
| 630 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 | 630 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 |
| 631 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 | 631 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683 |
| 632 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 | 632 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235 |
| 633 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 | 633 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235 |
| 634 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 | 634 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690 |
| 635 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/341258 | |
| 636 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 | |
| 637 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 | 635 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693 |
| 638 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 | 636 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693 |
| 639 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 | 637 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693 |
| 640 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 | 638 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693 |
| 641 ] | 639 ] |
| 642 }, | 640 }, |
| 643 "webcamPrivate": { | 641 "webcamPrivate": { |
| 644 "channel": "dev", | 642 "channel": "dev", |
| 645 "extension_types": ["extension", "platform_app"] | 643 "extension_types": ["extension", "platform_app"] |
| 646 }, | 644 }, |
| (...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1157 // Only allowed for whitelisted extensions until all the caveats are | 1155 // Only allowed for whitelisted extensions until all the caveats are |
| 1158 // addressed. Tracked in crbug/285151. | 1156 // addressed. Tracked in crbug/285151. |
| 1159 "channel": "stable", | 1157 "channel": "stable", |
| 1160 "extension_types": ["extension"], | 1158 "extension_types": ["extension"], |
| 1161 "location": "component", | 1159 "location": "component", |
| 1162 "whitelist": [ | 1160 "whitelist": [ |
| 1163 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 1161 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 1164 ] | 1162 ] |
| 1165 }] | 1163 }] |
| 1166 } | 1164 } |
| OLD | NEW |