| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "channel": "stable", | 660 "channel": "stable", |
| 661 "extension_types": [ | 661 "extension_types": [ |
| 662 "extension", "legacy_packaged_app", "platform_app" | 662 "extension", "legacy_packaged_app", "platform_app" |
| 663 ] | 663 ] |
| 664 }, | 664 }, |
| 665 "preferencesPrivate": { | 665 "preferencesPrivate": { |
| 666 "channel": "dev", | 666 "channel": "dev", |
| 667 "extension_types": [ | 667 "extension_types": [ |
| 668 "extension" | 668 "extension" |
| 669 ], | 669 ], |
| 670 "location": "component" | 670 "whitelist": [ |
| 671 "C41AD9DCD670210295614257EF8C9945AD68D86E", // Google Now |
| 672 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 |
| 673 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 |
| 674 ] |
| 671 }, | 675 }, |
| 672 "principalsPrivate": { | 676 "principalsPrivate": { |
| 673 "channel": "stable", | 677 "channel": "stable", |
| 674 "extension_types": ["extension"], | 678 "extension_types": ["extension"], |
| 675 "whitelist": [ | 679 "whitelist": [ |
| 676 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) | 680 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) |
| 677 ] | 681 ] |
| 678 }, | 682 }, |
| 679 "privacy": { | 683 "privacy": { |
| 680 "channel": "stable", | 684 "channel": "stable", |
| (...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 // Only allowed for whitelisted extensions until all the caveats are | 936 // Only allowed for whitelisted extensions until all the caveats are |
| 933 // addressed. Tracked in crbug/285151. | 937 // addressed. Tracked in crbug/285151. |
| 934 "channel": "stable", | 938 "channel": "stable", |
| 935 "extension_types": ["extension"], | 939 "extension_types": ["extension"], |
| 936 "location": "component", | 940 "location": "component", |
| 937 "whitelist": [ | 941 "whitelist": [ |
| 938 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 942 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
| 939 ] | 943 ] |
| 940 }] | 944 }] |
| 941 } | 945 } |
| OLD | NEW |