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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 "contexts": ["blessed_extension"] | 121 "contexts": ["blessed_extension"] |
122 }], | 122 }], |
123 "browsingData": { | 123 "browsingData": { |
124 "dependencies": ["permission:browsingData"], | 124 "dependencies": ["permission:browsingData"], |
125 "contexts": ["blessed_extension"] | 125 "contexts": ["blessed_extension"] |
126 }, | 126 }, |
127 "cast.channel": { | 127 "cast.channel": { |
128 "dependencies": ["permission:cast"], | 128 "dependencies": ["permission:cast"], |
129 "contexts": ["blessed_extension"] | 129 "contexts": ["blessed_extension"] |
130 }, | 130 }, |
| 131 "cast.streaming.session": { |
| 132 "dependencies": ["permission:cast.streaming"], |
| 133 "contexts": ["blessed_extension"] |
| 134 }, |
131 "chromeosInfoPrivate": { | 135 "chromeosInfoPrivate": { |
132 "platforms": ["chromeos"], | 136 "platforms": ["chromeos"], |
133 "dependencies": ["permission:chromeosInfoPrivate"], | 137 "dependencies": ["permission:chromeosInfoPrivate"], |
134 "contexts": ["blessed_extension"] | 138 "contexts": ["blessed_extension"] |
135 }, | 139 }, |
136 "cloudPrintPrivate": { | 140 "cloudPrintPrivate": { |
137 "dependencies": ["permission:cloudPrintPrivate"], | 141 "dependencies": ["permission:cloudPrintPrivate"], |
138 "contexts": ["blessed_extension"] | 142 "contexts": ["blessed_extension"] |
139 }, | 143 }, |
140 "commandLinePrivate": { | 144 "commandLinePrivate": { |
(...skipping 593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 "internal": true, | 738 "internal": true, |
735 "channel": "stable", | 739 "channel": "stable", |
736 "dependencies": ["permission:webview"], | 740 "dependencies": ["permission:webview"], |
737 "contexts": ["blessed_extension"] | 741 "contexts": ["blessed_extension"] |
738 }, | 742 }, |
739 "windows": { | 743 "windows": { |
740 "dependencies": ["api:tabs"], | 744 "dependencies": ["api:tabs"], |
741 "contexts": ["blessed_extension"] | 745 "contexts": ["blessed_extension"] |
742 } | 746 } |
743 } | 747 } |
OLD | NEW |