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 { | 8 { |
9 "activeTab": { | 9 "activeTab": { |
10 "channel": "stable", | 10 "channel": "stable", |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
353 ] | 353 ] |
354 }, | 354 }, |
355 "history": { | 355 "history": { |
356 "channel": "stable", | 356 "channel": "stable", |
357 "extension_types": ["extension", "legacy_packaged_app"] | 357 "extension_types": ["extension", "legacy_packaged_app"] |
358 }, | 358 }, |
359 "identity": { | 359 "identity": { |
360 "channel": "stable", | 360 "channel": "stable", |
361 "extension_types": ["extension", "platform_app"] | 361 "extension_types": ["extension", "platform_app"] |
362 }, | 362 }, |
| 363 "identity.email": { |
| 364 "channel": "dev", |
| 365 "extension_types": ["extension", "platform_app"] |
| 366 }, |
363 "identityPrivate": { | 367 "identityPrivate": { |
364 "channel": "stable", | 368 "channel": "stable", |
365 "extension_types": [ | 369 "extension_types": [ |
366 "legacy_packaged_app" | 370 "legacy_packaged_app" |
367 ], | 371 ], |
368 "location": "component" | 372 "location": "component" |
369 }, | 373 }, |
370 "idltest": { | 374 "idltest": { |
371 "channel": "trunk", | 375 "channel": "trunk", |
372 "extension_types": ["extension"] | 376 "extension_types": ["extension"] |
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
811 // Only allowed for whitelisted extensions until all the caveats are | 815 // Only allowed for whitelisted extensions until all the caveats are |
812 // addressed. Tracked in crbug/285151. | 816 // addressed. Tracked in crbug/285151. |
813 "channel": "stable", | 817 "channel": "stable", |
814 "extension_types": ["extension"], | 818 "extension_types": ["extension"], |
815 "location": "component", | 819 "location": "component", |
816 "whitelist": [ | 820 "whitelist": [ |
817 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 821 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
818 ] | 822 ] |
819 }] | 823 }] |
820 } | 824 } |
OLD | NEW |