| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "contexts": ["blessed_extension"] | 85 "contexts": ["blessed_extension"] |
| 86 }, | 86 }, |
| 87 "bookmarks.export": { | 87 "bookmarks.export": { |
| 88 "extension_types": ["extension"], | 88 "extension_types": ["extension"], |
| 89 "location": "component" | 89 "location": "component" |
| 90 }, | 90 }, |
| 91 "bookmarks.import": { | 91 "bookmarks.import": { |
| 92 "extension_types": ["extension"], | 92 "extension_types": ["extension"], |
| 93 "location": "component" | 93 "location": "component" |
| 94 }, | 94 }, |
| 95 "brailleDisplayPrivate": { |
| 96 "dependencies": ["permission:brailleDisplayPrivate"], |
| 97 "contexts": ["blessed_extension"] |
| 98 }, |
| 95 "browserAction": { | 99 "browserAction": { |
| 96 "dependencies": ["manifest:browser_action"], | 100 "dependencies": ["manifest:browser_action"], |
| 97 "contexts": ["blessed_extension"] | 101 "contexts": ["blessed_extension"] |
| 98 }, | 102 }, |
| 99 "browsingData": { | 103 "browsingData": { |
| 100 "dependencies": ["permission:browsingData"], | 104 "dependencies": ["permission:browsingData"], |
| 101 "contexts": ["blessed_extension"] | 105 "contexts": ["blessed_extension"] |
| 102 }, | 106 }, |
| 103 "chromeosInfoPrivate": { | 107 "chromeosInfoPrivate": { |
| 104 "platform": "chromeos", | 108 "platform": "chromeos", |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 "webview": { | 601 "webview": { |
| 598 "internal": true, | 602 "internal": true, |
| 599 "dependencies": ["permission:webview"], | 603 "dependencies": ["permission:webview"], |
| 600 "contexts": ["blessed_extension"] | 604 "contexts": ["blessed_extension"] |
| 601 }, | 605 }, |
| 602 "windows": { | 606 "windows": { |
| 603 "dependencies": ["api:tabs"], | 607 "dependencies": ["api:tabs"], |
| 604 "contexts": ["blessed_extension"] | 608 "contexts": ["blessed_extension"] |
| 605 } | 609 } |
| 606 } | 610 } |
| OLD | NEW |