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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
512 } | 512 } |
513 ], | 513 ], |
514 "mediaGalleries": { | 514 "mediaGalleries": { |
515 "channel": "stable", | 515 "channel": "stable", |
516 "extension_types": [ "platform_app" ] | 516 "extension_types": [ "platform_app" ] |
517 }, | 517 }, |
518 "mediaGalleries.allAutoDetected": { | 518 "mediaGalleries.allAutoDetected": { |
519 "channel": "stable", | 519 "channel": "stable", |
520 "extension_types": [ "platform_app" ] | 520 "extension_types": [ "platform_app" ] |
521 }, | 521 }, |
| 522 "mediaGalleries.scan": { |
| 523 "channel": "dev", |
| 524 "extension_types": [ "platform_app" ] |
| 525 }, |
522 "mediaGalleries.read": { | 526 "mediaGalleries.read": { |
523 "channel": "stable", | 527 "channel": "stable", |
524 "extension_types": [ "platform_app" ] | 528 "extension_types": [ "platform_app" ] |
525 }, | 529 }, |
526 "mediaGalleries.copyTo": { | 530 "mediaGalleries.copyTo": { |
527 "channel": "stable", | 531 "channel": "stable", |
528 "extension_types": [ "platform_app" ] | 532 "extension_types": [ "platform_app" ] |
529 }, | 533 }, |
530 "mediaGalleries.delete": { | 534 "mediaGalleries.delete": { |
531 "channel": "stable", | 535 "channel": "stable", |
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
937 // Only allowed for whitelisted extensions until all the caveats are | 941 // Only allowed for whitelisted extensions until all the caveats are |
938 // addressed. Tracked in crbug/285151. | 942 // addressed. Tracked in crbug/285151. |
939 "channel": "stable", | 943 "channel": "stable", |
940 "extension_types": ["extension"], | 944 "extension_types": ["extension"], |
941 "location": "component", | 945 "location": "component", |
942 "whitelist": [ | 946 "whitelist": [ |
943 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension | 947 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension |
944 ] | 948 ] |
945 }] | 949 }] |
946 } | 950 } |
OLD | NEW |