| 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 // See c/c/e/features/* to understand this file, in particular feature.h, | 5 // See c/c/e/features/* to understand this file, in particular feature.h, |
| 6 // simple_feature.h, and base_feature_provider.h. | 6 // simple_feature.h, and base_feature_provider.h. |
| 7 | 7 |
| 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: | 8 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: |
| 9 // | 9 // |
| 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ | 10 // $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \ |
| (...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] | 696 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] |
| 697 }, | 697 }, |
| 698 "streamsPrivate": { | 698 "streamsPrivate": { |
| 699 "channel": "stable", | 699 "channel": "stable", |
| 700 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 700 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
| 701 "whitelist": [ | 701 "whitelist": [ |
| 702 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests | 702 "787000072C6FBB934AF5A42275CDE73FC977D995", // browser_tests |
| 703 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice | 703 "2FC374607C2DF285634B67C64A2E356C607091C3", // QuickOffice |
| 704 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev | 704 "5D3851BEFF680AB6D954B76678EFCCE834465C23", // QuickOffice Dev |
| 705 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension | 705 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension |
| 706 "3727DD3E564B6055387425027AD74C58784ACC15" // Editor | 706 "3727DD3E564B6055387425027AD74C58784ACC15", // Editor |
| 707 "CBCC42ABED43A4B58FE3810E62AFFA010EB0349F" // PDF |
| 707 ] | 708 ] |
| 708 }, | 709 }, |
| 709 "socket": [{ | 710 "socket": [{ |
| 710 "channel": "stable", | 711 "channel": "stable", |
| 711 "extension_types": ["platform_app"] | 712 "extension_types": ["platform_app"] |
| 712 }, { | 713 }, { |
| 713 "channel": "stable", | 714 "channel": "stable", |
| 714 "extension_types": ["extension"], | 715 "extension_types": ["extension"], |
| 715 "whitelist": [ | 716 "whitelist": [ |
| 716 // The connectivity diagnostic utility is a component extension that is | 717 // The connectivity diagnostic utility is a component extension that is |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 888 // Only allowed for whitelisted extensions until all the caveats are | 889 // Only allowed for whitelisted extensions until all the caveats are |
| 889 // addressed. Tracked in crbug/285151. | 890 // addressed. Tracked in crbug/285151. |
| 890 "channel": "stable", | 891 "channel": "stable", |
| 891 "extension_types": ["extension"], | 892 "extension_types": ["extension"], |
| 892 "location": "component", | 893 "location": "component", |
| 893 "whitelist": [ | 894 "whitelist": [ |
| 894 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 895 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 895 ] | 896 ] |
| 896 }] | 897 }] |
| 897 } | 898 } |
| OLD | NEW |