| 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 "contexts": ["blessed_extension"] | 206 "contexts": ["blessed_extension"] |
| 207 }, | 207 }, |
| 208 "experimental.input.virtualKeyboard": { | 208 "experimental.input.virtualKeyboard": { |
| 209 "dependencies": ["permission:experimental"], | 209 "dependencies": ["permission:experimental"], |
| 210 "contexts": ["blessed_extension"] | 210 "contexts": ["blessed_extension"] |
| 211 }, | 211 }, |
| 212 "experimental.processes": { | 212 "experimental.processes": { |
| 213 "dependencies": ["permission:experimental"], | 213 "dependencies": ["permission:experimental"], |
| 214 "contexts": ["blessed_extension"] | 214 "contexts": ["blessed_extension"] |
| 215 }, | 215 }, |
| 216 "experimental.record": { | |
| 217 "dependencies": ["permission:experimental"], | |
| 218 "contexts": ["blessed_extension"] | |
| 219 }, | |
| 220 "experimental.rlz": { | 216 "experimental.rlz": { |
| 221 "dependencies": ["permission:experimental"], | 217 "dependencies": ["permission:experimental"], |
| 222 "contexts": ["blessed_extension"] | 218 "contexts": ["blessed_extension"] |
| 223 }, | 219 }, |
| 224 "extension": { | 220 "extension": { |
| 225 "channel": "stable", | 221 "channel": "stable", |
| 226 "extension_types": ["extension", "packaged_app"], | 222 "extension_types": ["extension", "packaged_app"], |
| 227 "contexts": ["blessed_extension"] | 223 "contexts": ["blessed_extension"] |
| 228 }, | 224 }, |
| 229 "extension.getURL": { | 225 "extension.getURL": { |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 }, | 589 }, |
| 594 "webview": { | 590 "webview": { |
| 595 "dependencies": ["permission:webview"], | 591 "dependencies": ["permission:webview"], |
| 596 "contexts": ["blessed_extension"] | 592 "contexts": ["blessed_extension"] |
| 597 }, | 593 }, |
| 598 "windows": { | 594 "windows": { |
| 599 "dependencies": ["permission:tabs"], | 595 "dependencies": ["permission:tabs"], |
| 600 "contexts": ["blessed_extension"] | 596 "contexts": ["blessed_extension"] |
| 601 } | 597 } |
| 602 } | 598 } |
| OLD | NEW |