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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 ] | 550 ] |
551 }], | 551 }], |
552 "terminalPrivate": { | 552 "terminalPrivate": { |
553 "channel": "stable", | 553 "channel": "stable", |
554 "extension_types": ["extension", "packaged_app", "platform_app"], | 554 "extension_types": ["extension", "packaged_app", "platform_app"], |
555 "whitelist": [ | 555 "whitelist": [ |
556 "pnhechapfaindjhompbnflcldabbghjo", // HTerm | 556 "pnhechapfaindjhompbnflcldabbghjo", // HTerm |
557 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev | 557 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev |
558 ] | 558 ] |
559 }, | 559 }, |
| 560 "time": { |
| 561 "channel": "stable", |
| 562 "extension_types": ["extension"] |
| 563 }, |
560 "topSites": { | 564 "topSites": { |
561 "channel": "stable", | 565 "channel": "stable", |
562 "extension_types": ["extension", "packaged_app"] | 566 "extension_types": ["extension", "packaged_app"] |
563 }, | 567 }, |
564 "tts": { | 568 "tts": { |
565 "channel": "stable", | 569 "channel": "stable", |
566 "extension_types": ["extension", "packaged_app", "platform_app"] | 570 "extension_types": ["extension", "packaged_app", "platform_app"] |
567 }, | 571 }, |
568 "ttsEngine": { | 572 "ttsEngine": { |
569 "channel": "stable", | 573 "channel": "stable", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
621 }, | 625 }, |
622 "webRequestBlocking": { | 626 "webRequestBlocking": { |
623 "channel": "stable", | 627 "channel": "stable", |
624 "extension_types": ["extension", "packaged_app"] | 628 "extension_types": ["extension", "packaged_app"] |
625 }, | 629 }, |
626 "webview": { | 630 "webview": { |
627 "channel": "stable", | 631 "channel": "stable", |
628 "extension_types": ["platform_app"] | 632 "extension_types": ["platform_app"] |
629 } | 633 } |
630 } | 634 } |
OLD | NEW |