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

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

Issue 266363006: Adds API tests for listRemovableStorageDevices (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleans up a few minor issues. Created 6 years, 7 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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 }, 728 },
729 "pushMessaging": { 729 "pushMessaging": {
730 "channel": "stable", 730 "channel": "stable",
731 "extension_types": ["extension", "platform_app"] 731 "extension_types": ["extension", "platform_app"]
732 }, 732 },
733 "imageWriterPrivate": { 733 "imageWriterPrivate": {
734 "channel": "stable", 734 "channel": "stable",
735 "extension_types": ["platform_app"], 735 "extension_types": ["platform_app"],
736 "whitelist": [ 736 "whitelist": [
737 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088 737 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/329088
738 "D7986543275120831B39EF28D1327552FC343960" // http://crbug.com/329088 738 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/329088
739 "BCC85C0D7F85897F2699974421EA402144C35C0C" // API Test
739 ] 740 ]
740 }, 741 },
741 "readingListPrivate": { 742 "readingListPrivate": {
742 "channel": "stable", 743 "channel": "stable",
743 "extension_types": ["extension"], 744 "extension_types": ["extension"],
744 "whitelist": [ 745 "whitelist": [
745 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 746 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
746 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444 747 "D57DE394F36DC1C3220E7604C575D29C51A6C495" // http://crbug.com/319444
747 ] 748 ]
748 }, 749 },
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 // Only allowed for whitelisted extensions until all the caveats are 962 // Only allowed for whitelisted extensions until all the caveats are
962 // addressed. Tracked in crbug/285151. 963 // addressed. Tracked in crbug/285151.
963 "channel": "stable", 964 "channel": "stable",
964 "extension_types": ["extension"], 965 "extension_types": ["extension"],
965 "location": "component", 966 "location": "component",
966 "whitelist": [ 967 "whitelist": [
967 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 968 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
968 ] 969 ]
969 }] 970 }]
970 } 971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698