| 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 720 }, | 720 }, |
| 721 "webrtc.castUdpTransport": { | 721 "webrtc.castUdpTransport": { |
| 722 "dependencies": ["permission:webrtc"], | 722 "dependencies": ["permission:webrtc"], |
| 723 "contexts": ["blessed_extension"] | 723 "contexts": ["blessed_extension"] |
| 724 }, | 724 }, |
| 725 "webview": { | 725 "webview": { |
| 726 "internal": true, | 726 "internal": true, |
| 727 "dependencies": ["permission:webview"], | 727 "dependencies": ["permission:webview"], |
| 728 "contexts": ["blessed_extension", "unblessed_extension"] | 728 "contexts": ["blessed_extension", "unblessed_extension"] |
| 729 }, | 729 }, |
| 730 "webViewRequest": { |
| 731 "dependencies": ["permission:webview"], |
| 732 "contexts": ["blessed_extension", "unblessed_extension"] |
| 733 }, |
| 730 "webviewTag": { | 734 "webviewTag": { |
| 731 "internal": true, | 735 "internal": true, |
| 732 "channel": "stable", | 736 "channel": "stable", |
| 733 "dependencies": ["permission:webview"], | 737 "dependencies": ["permission:webview"], |
| 734 "contexts": ["blessed_extension"] | 738 "contexts": ["blessed_extension"] |
| 735 }, | 739 }, |
| 736 "windows": { | 740 "windows": { |
| 737 "dependencies": ["api:tabs"], | 741 "dependencies": ["api:tabs"], |
| 738 "contexts": ["blessed_extension"] | 742 "contexts": ["blessed_extension"] |
| 739 } | 743 } |
| 740 } | 744 } |
| OLD | NEW |