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 "activityLogPrivate": { | 9 "activityLogPrivate": { |
10 "dependencies": ["permission:activityLogPrivate"], | 10 "dependencies": ["permission:activityLogPrivate"], |
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 }, | 302 }, |
303 "i18n": { | 303 "i18n": { |
304 "channel": "stable", | 304 "channel": "stable", |
305 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], | 305 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], |
306 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 306 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
307 }, | 307 }, |
308 "identity": { | 308 "identity": { |
309 "dependencies": ["permission:identity"], | 309 "dependencies": ["permission:identity"], |
310 "contexts": ["blessed_extension"] | 310 "contexts": ["blessed_extension"] |
311 }, | 311 }, |
| 312 "identity.onSignInChanged": { |
| 313 "channel": "dev", |
| 314 "dependencies": ["permission:identity"], |
| 315 "contexts": ["blessed_extension"] |
| 316 }, |
312 "identityPrivate": { | 317 "identityPrivate": { |
313 "dependencies": ["permission:identityPrivate"], | 318 "dependencies": ["permission:identityPrivate"], |
314 "contexts": ["blessed_extension"] | 319 "contexts": ["blessed_extension"] |
315 }, | 320 }, |
316 "idltest": { | 321 "idltest": { |
317 "dependencies": ["permission:idltest"], | 322 "dependencies": ["permission:idltest"], |
318 "contexts": ["blessed_extension"] | 323 "contexts": ["blessed_extension"] |
319 }, | 324 }, |
320 "idle": { | 325 "idle": { |
321 "dependencies": ["permission:idle"], | 326 "dependencies": ["permission:idle"], |
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 "internal": true, | 677 "internal": true, |
673 "channel": "stable", | 678 "channel": "stable", |
674 "dependencies": ["permission:webview"], | 679 "dependencies": ["permission:webview"], |
675 "contexts": ["blessed_extension"] | 680 "contexts": ["blessed_extension"] |
676 }, | 681 }, |
677 "windows": { | 682 "windows": { |
678 "dependencies": ["api:tabs"], | 683 "dependencies": ["api:tabs"], |
679 "contexts": ["blessed_extension"] | 684 "contexts": ["blessed_extension"] |
680 } | 685 } |
681 } | 686 } |
OLD | NEW |