| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 "channel": "stable", | 295 "channel": "stable", |
| 296 "extension_types": ["extension", "platform_app"] | 296 "extension_types": ["extension", "platform_app"] |
| 297 }, | 297 }, |
| 298 "identityPrivate": { | 298 "identityPrivate": { |
| 299 "channel": "stable", | 299 "channel": "stable", |
| 300 "extension_types": [ | 300 "extension_types": [ |
| 301 "packaged_app" | 301 "packaged_app" |
| 302 ], | 302 ], |
| 303 "location": "component" | 303 "location": "component" |
| 304 }, | 304 }, |
| 305 "idltest": { |
| 306 "channel": "trunk", |
| 307 "extension_types": ["extension"] |
| 308 }, |
| 305 "idle": { | 309 "idle": { |
| 306 "channel": "stable", | 310 "channel": "stable", |
| 307 "extension_types": ["extension", "packaged_app", "platform_app"] | 311 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 308 }, | 312 }, |
| 309 "infobars": { | 313 "infobars": { |
| 310 "channel": "dev", | 314 "channel": "dev", |
| 311 "extension_types": ["extension", "packaged_app", "platform_app"] | 315 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 312 }, | 316 }, |
| 313 "input": { | 317 "input": { |
| 314 "channel": "stable", | 318 "channel": "stable", |
| (...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 }, | 686 }, |
| 683 "webRequestBlocking": { | 687 "webRequestBlocking": { |
| 684 "channel": "stable", | 688 "channel": "stable", |
| 685 "extension_types": ["extension", "packaged_app"] | 689 "extension_types": ["extension", "packaged_app"] |
| 686 }, | 690 }, |
| 687 "webview": { | 691 "webview": { |
| 688 "channel": "stable", | 692 "channel": "stable", |
| 689 "extension_types": ["platform_app"] | 693 "extension_types": ["platform_app"] |
| 690 } | 694 } |
| 691 } | 695 } |
| OLD | NEW |