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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 "channel": "stable", | 282 "channel": "stable", |
283 "extension_types": [ | 283 "extension_types": [ |
284 "packaged_app" | 284 "packaged_app" |
285 ], | 285 ], |
286 "location": "component" | 286 "location": "component" |
287 }, | 287 }, |
288 "idle": { | 288 "idle": { |
289 "channel": "stable", | 289 "channel": "stable", |
290 "extension_types": ["extension", "packaged_app", "platform_app"] | 290 "extension_types": ["extension", "packaged_app", "platform_app"] |
291 }, | 291 }, |
| 292 "infobars": { |
| 293 "channel": "dev", |
| 294 "extension_types": ["extension", "packaged_app", "platform_app"] |
| 295 }, |
292 "input": { | 296 "input": { |
293 "channel": "stable", | 297 "channel": "stable", |
294 "extension_types": ["extension", "packaged_app"], | 298 "extension_types": ["extension", "packaged_app"], |
295 "inplies_full_url_access": true | 299 "inplies_full_url_access": true |
296 }, | 300 }, |
297 "inputMethodPrivate": [{ | 301 "inputMethodPrivate": [{ |
298 "channel": "stable", | 302 "channel": "stable", |
299 "extension_types": ["extension", "packaged_app", "platform_app"], | 303 "extension_types": ["extension", "packaged_app", "platform_app"], |
300 "whitelist": [ | 304 "whitelist": [ |
301 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver | 305 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver |
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
638 }, | 642 }, |
639 "webRequestBlocking": { | 643 "webRequestBlocking": { |
640 "channel": "stable", | 644 "channel": "stable", |
641 "extension_types": ["extension", "packaged_app"] | 645 "extension_types": ["extension", "packaged_app"] |
642 }, | 646 }, |
643 "webview": { | 647 "webview": { |
644 "channel": "stable", | 648 "channel": "stable", |
645 "extension_types": ["platform_app"] | 649 "extension_types": ["platform_app"] |
646 } | 650 } |
647 } | 651 } |
OLD | NEW |