| 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 // This features file defines permissions for extension APIs implemented | 5 // This features file defines permissions for extension APIs implemented |
| 6 // under src/chrome. | 6 // under src/chrome. |
| 7 // See chrome/common/extensions/api/_features.md to understand this file, as | 7 // See chrome/common/extensions/api/_features.md to understand this file, as |
| 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. | 8 // well as feature.h, simple_feature.h, and base_feature_provider.h. |
| 9 | 9 |
| 10 // If you add a new platform_app permission please update the "stubs_app" test: | 10 // If you add a new platform_app permission please update the "stubs_app" test: |
| (...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", | 638 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", |
| 639 "3407516021EA3669C0EC8E65E6B9837E5A521B9C" | 639 "3407516021EA3669C0EC8E65E6B9837E5A521B9C" |
| 640 ] | 640 ] |
| 641 }, | 641 }, |
| 642 "nativeMessaging": { | 642 "nativeMessaging": { |
| 643 "channel": "stable", | 643 "channel": "stable", |
| 644 "extension_types": [ | 644 "extension_types": [ |
| 645 "extension", "legacy_packaged_app", "platform_app" | 645 "extension", "legacy_packaged_app", "platform_app" |
| 646 ] | 646 ] |
| 647 }, | 647 }, |
| 648 "notificationProvider": { | |
| 649 "channel": "trunk", | |
| 650 "extension_types": ["extension", "platform_app"] | |
| 651 }, | |
| 652 "notifications": { | 648 "notifications": { |
| 653 // The chrome.notifications functionality listed in notifications.idl is | 649 // The chrome.notifications functionality listed in notifications.idl is |
| 654 // available only to extension/platform_app types. The implementation of | 650 // available only to extension/platform_app types. The implementation of |
| 655 // that functionality enforces that restriction in | 651 // that functionality enforces that restriction in |
| 656 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more | 652 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more |
| 657 // complicated than other namespaces because we are sharing the | 653 // complicated than other namespaces because we are sharing the |
| 658 // notifications permission with WebKit/Blink notifications. | 654 // notifications permission with WebKit/Blink notifications. |
| 659 "channel": "stable", | 655 "channel": "stable", |
| 660 "extension_types": [ | 656 "extension_types": [ |
| 661 "extension", "legacy_packaged_app", "hosted_app", "platform_app" | 657 "extension", "legacy_packaged_app", "hosted_app", "platform_app" |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 "channel": "stable", | 946 "channel": "stable", |
| 951 "extension_types": ["platform_app"], | 947 "extension_types": ["platform_app"], |
| 952 "platforms": ["chromeos"], | 948 "platforms": ["chromeos"], |
| 953 "whitelist": [ | 949 "whitelist": [ |
| 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app | 950 "A948368FC53BE437A55FEB414106E207925482F5", // Files app |
| 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player | 951 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player |
| 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests | 952 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests |
| 957 ] | 953 ] |
| 958 } | 954 } |
| 959 } | 955 } |
| OLD | NEW |