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

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

Issue 1018643003: Removing chrome.pushMessaging API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing compilation issue Created 5 years, 9 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 783 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", // Hangout Services 794 "DF84F03F9B960409CCDE0D895B9650EBE81C0A8E", // Hangout Services
795 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", // Hangouts test extension 795 "80B9DC58E5210749F052F5B4DB239C50CF72AEB6", // Hangouts test extension
796 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/370700 796 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/370700
797 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/370700 797 "0EEDFC0EED87871237213F34EBC7B4982A195C95" // http://crbug.com/370700
798 ] 798 ]
799 }], 799 }],
800 "proxy": { 800 "proxy": {
801 "channel": "stable", 801 "channel": "stable",
802 "extension_types": ["extension", "legacy_packaged_app"] 802 "extension_types": ["extension", "legacy_packaged_app"]
803 }, 803 },
804 "pushMessaging": {
805 "channel": "stable",
806 "extension_types": ["extension", "platform_app"]
807 },
808 "imageWriterPrivate": { 804 "imageWriterPrivate": {
809 "channel": "stable", 805 "channel": "stable",
810 "extension_types": ["platform_app"], 806 "extension_types": ["platform_app"],
811 "whitelist": [ 807 "whitelist": [
812 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 808 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088
813 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088 809 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088
814 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test 810 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test
815 ] 811 ]
816 }, 812 },
817 "inlineInstallPrivate": 813 "inlineInstallPrivate":
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 }, 960 },
965 "webstorePrivate": { 961 "webstorePrivate": {
966 "channel": "stable", 962 "channel": "stable",
967 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 963 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
968 "whitelist": [ 964 "whitelist": [
969 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 965 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
970 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store 966 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store
971 ] 967 ]
972 } 968 }
973 } 969 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698