Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", 725 "A6C87307BBE5886CC5F1393025000E2FE8060BF2",
726 "3407516021EA3669C0EC8E65E6B9837E5A521B9C" 726 "3407516021EA3669C0EC8E65E6B9837E5A521B9C"
727 ] 727 ]
728 }, 728 },
729 "nativeMessaging": { 729 "nativeMessaging": {
730 "channel": "stable", 730 "channel": "stable",
731 "extension_types": [ 731 "extension_types": [
732 "extension", "legacy_packaged_app", "platform_app" 732 "extension", "legacy_packaged_app", "platform_app"
733 ] 733 ]
734 }, 734 },
735 "networkingPrivate": {
736 "channel": "stable",
737 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
738 "platforms": ["chromeos", "mac", "win", "linux"],
739 "whitelist": [
740 "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651
741 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683
742 "A3BC37E2148AC4E99BE4B16AF9D42DD1E592BBBE", // http://crbug.com/293683
743 "8C3741E3AF0B93B6E8E0DDD499BB0B74839EA578", // http://crbug.com/234235
744 "E703483CEF33DEC18B4B6DD84B5C776FB9182BDB", // http://crbug.com/234235
745 "307E96539209F95A1A8740C713E6998A73657D96", // http://crbug.com/329690
746 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/380890
747 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/380890
748 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/380890
749 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/380890
750 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
751 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
752 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
753 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
754 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
755 "7AE714FFD394E073F0294CFA134C9F91DB5FBAA4", // CCD Development
756 "C7DA3A55C2355F994D3FDDAD120B426A0DF63843", // CCD Testing
757 "75E3CFFFC530582C583E4690EF97C70B9C8423B7", // CCD Release
758 "4F25792AF1AA7483936DE29C07806F203C7170A0", // http://crbug.com/407693
759 "BD8781D757D830FC2E85470A1B6E8A718B7EE0D9", // http://crbug.com/407693
760 "4AC2B6C63C6480D150DFDA13E4A5956EB1D0DDBB", // http://crbug.com/407693
761 "81986D4F846CEDDDB962643FA501D1780DD441BB" // http://crbug.com/407693
762 ]
763 },
764 "notificationProvider": { 735 "notificationProvider": {
765 "channel": "trunk", 736 "channel": "trunk",
766 "extension_types": ["extension", "platform_app"] 737 "extension_types": ["extension", "platform_app"]
767 }, 738 },
768 "notifications": { 739 "notifications": {
769 // The chrome.notifications functionality listed in notifications.idl is 740 // The chrome.notifications functionality listed in notifications.idl is
770 // available only to extension/platform_app types. The implementation of 741 // available only to extension/platform_app types. The implementation of
771 // that functionality enforces that restriction in 742 // that functionality enforces that restriction in
772 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more 743 // NotificationsApiFunction::IsNotificationsApiAvailable(). This is more
773 // complicated than other namespaces because we are sharing the 744 // complicated than other namespaces because we are sharing the
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 "webstorePrivate": { 997 "webstorePrivate": {
1027 "channel": "stable", 998 "channel": "stable",
1028 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 999 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
1029 "whitelist": [ 1000 "whitelist": [
1030 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 1001 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
1031 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 1002 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
1032 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 1003 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
1033 ] 1004 ]
1034 } 1005 }
1035 } 1006 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/networking_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698