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

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

Issue 885233004: Whitelist extension IDs for metricsPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444. 668 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444.
669 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562. 669 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9", // http://crbug.com/371562.
670 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd 670 "06BE211D5F014BAB34BC22D9DDA09C63A81D828E", // Official XKB virtual kbd
671 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd 671 "CFBF7EE448FA48960FFDA7CEB30F7A21B26AA981", // Official m17n virtual kbd
672 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools 672 "B9EF10DDFEA11EF77873CC5009809E5037FC4C7A", // Google input tools
673 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 673 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955
674 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 674 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955
675 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 675 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965
676 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 676 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067
677 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067 677 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067
678 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B" // Hotword triggering 678 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // Hotword triggering
679 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/456214
680 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/456214
681 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/456214
682 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/456214
679 ] 683 ]
680 }, 684 },
681 "mdns": { 685 "mdns": {
682 "channel": "stable", 686 "channel": "stable",
683 "extension_types": ["extension", "platform_app"], 687 "extension_types": ["extension", "platform_app"],
684 "whitelist": [ 688 "whitelist": [
685 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 689 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
686 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 690 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
687 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 691 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
688 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 692 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 "webstorePrivate": { 986 "webstorePrivate": {
983 "channel": "stable", 987 "channel": "stable",
984 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 988 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
985 "whitelist": [ 989 "whitelist": [
986 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 990 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
987 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store 991 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4", // Enterprise Web Store
988 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype) 992 "2779FA8B45841D61A37207CCFAC9CB393964FE5B" // Login Proxy (prototype)
989 ] 993 ]
990 } 994 }
991 } 995 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698