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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 ] | 341 ] |
342 }, | 342 }, |
343 "history": { | 343 "history": { |
344 "channel": "stable", | 344 "channel": "stable", |
345 "extension_types": ["extension", "legacy_packaged_app"] | 345 "extension_types": ["extension", "legacy_packaged_app"] |
346 }, | 346 }, |
347 "identity": { | 347 "identity": { |
348 "channel": "stable", | 348 "channel": "stable", |
349 "extension_types": ["extension", "platform_app"] | 349 "extension_types": ["extension", "platform_app"] |
350 }, | 350 }, |
| 351 "identity.email": { |
| 352 "channel": "dev", |
| 353 "extension_types": ["extension", "platform_app"] |
| 354 }, |
351 "identityPrivate": { | 355 "identityPrivate": { |
352 "channel": "stable", | 356 "channel": "stable", |
353 "extension_types": [ | 357 "extension_types": [ |
354 "legacy_packaged_app" | 358 "legacy_packaged_app" |
355 ], | 359 ], |
356 "location": "component" | 360 "location": "component" |
357 }, | 361 }, |
358 "idltest": { | 362 "idltest": { |
359 "channel": "trunk", | 363 "channel": "trunk", |
360 "extension_types": ["extension"] | 364 "extension_types": ["extension"] |
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 // Only allowed for whitelisted extensions until all the caveats are | 799 // Only allowed for whitelisted extensions until all the caveats are |
796 // addressed. Tracked in crbug/285151. | 800 // addressed. Tracked in crbug/285151. |
797 "channel": "stable", | 801 "channel": "stable", |
798 "extension_types": ["extension"], | 802 "extension_types": ["extension"], |
799 "location": "component", | 803 "location": "component", |
800 "whitelist": [ | 804 "whitelist": [ |
801 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension | 805 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension |
802 ] | 806 ] |
803 }] | 807 }] |
804 } | 808 } |
OLD | NEW |