| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "contexts": ["blessed_extension"] | 202 "contexts": ["blessed_extension"] |
| 203 }, | 203 }, |
| 204 "experimental.history": { | 204 "experimental.history": { |
| 205 "dependencies": ["permission:history", "permission:experimental"], | 205 "dependencies": ["permission:history", "permission:experimental"], |
| 206 "contexts": ["blessed_extension"] | 206 "contexts": ["blessed_extension"] |
| 207 }, | 207 }, |
| 208 "experimental.identity": { | 208 "experimental.identity": { |
| 209 "dependencies": ["permission:experimental"], | 209 "dependencies": ["permission:experimental"], |
| 210 "contexts": ["blessed_extension"] | 210 "contexts": ["blessed_extension"] |
| 211 }, | 211 }, |
| 212 "experimental.rlz": { | |
| 213 "dependencies": ["permission:experimental"], | |
| 214 "contexts": ["blessed_extension"] | |
| 215 }, | |
| 216 "extension": { | 212 "extension": { |
| 217 "channel": "stable", | 213 "channel": "stable", |
| 218 "extension_types": ["extension", "legacy_packaged_app"], | 214 "extension_types": ["extension", "legacy_packaged_app"], |
| 219 "contexts": ["blessed_extension"] | 215 "contexts": ["blessed_extension"] |
| 220 }, | 216 }, |
| 221 "extension.getURL": { | 217 "extension.getURL": { |
| 222 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 218 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| 223 }, | 219 }, |
| 224 "extension.inIncognitoContext": { | 220 "extension.inIncognitoContext": { |
| 225 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] | 221 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 "webview": { | 610 "webview": { |
| 615 "internal": true, | 611 "internal": true, |
| 616 "dependencies": ["permission:webview"], | 612 "dependencies": ["permission:webview"], |
| 617 "contexts": ["blessed_extension"] | 613 "contexts": ["blessed_extension"] |
| 618 }, | 614 }, |
| 619 "windows": { | 615 "windows": { |
| 620 "dependencies": ["api:tabs"], | 616 "dependencies": ["api:tabs"], |
| 621 "contexts": ["blessed_extension"] | 617 "contexts": ["blessed_extension"] |
| 622 } | 618 } |
| 623 } | 619 } |
| OLD | NEW |