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

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

Issue 668983003: Enable chrome.mdns for Chrome Apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Squash all changes into a single git commit 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 671 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965
672 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 672 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067
673 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067 673 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067
674 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // Hotword triggering 674 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // Hotword triggering
675 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/456214 675 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/456214
676 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/456214 676 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/456214
677 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/456214 677 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/456214
678 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/456214 678 "F410C88469990EE7947450311D24B8AF2ADB2595" // http://crbug.com/456214
679 ] 679 ]
680 }, 680 },
681 "mdns": { 681 "mdns": [{
682 "channel": "stable", 682 "channel": "stable",
683 "extension_types": ["extension", "platform_app"], 683 "extension_types": ["extension"],
684 "whitelist": [ 684 "whitelist": [
685 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 685 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
686 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 686 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
687 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 687 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
688 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 688 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
689 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 689 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
690 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691 690 "11B478CEC461C766A2DC1E5BEEB7970AE06DC9C2", // http://crbug.com/397691
691 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691 691 "0EFB879311E9EFBB7C45251F89EC655711B1F6ED", // http://crbug.com/397691
692 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691 692 "9193D3A51E2FE33B496CDA53EA330423166E7F02", // http://crbug.com/397691
693 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/397691 693 "F9119B8B18C7C82B51E7BC6FF816B694F2EC3E89", // http://crbug.com/397691
694 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 694 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
695 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 695 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
696 ] 696 ]
697 }, 697 },
698 {
699 "channel": "stable",
700 "extension_types": ["platform_app"]
701 }],
698 "musicManagerPrivate": { 702 "musicManagerPrivate": {
699 "channel": "stable", 703 "channel": "stable",
700 "extension_types": ["platform_app"], 704 "extension_types": ["platform_app"],
701 "whitelist": [ 705 "whitelist": [
702 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 706 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
703 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test 707 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test
704 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA", 708 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
705 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A", 709 "4FE45FA56EF6A25FDE8C302C44045CA9CE8A605A",
706 "3D14248405B8A59043420AAC160077C99E7788A9", 710 "3D14248405B8A59043420AAC160077C99E7788A9",
707 "A6C87307BBE5886CC5F1393025000E2FE8060BF2", 711 "A6C87307BBE5886CC5F1393025000E2FE8060BF2",
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 }, 975 },
972 "webstorePrivate": { 976 "webstorePrivate": {
973 "channel": "stable", 977 "channel": "stable",
974 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 978 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
975 "whitelist": [ 979 "whitelist": [
976 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 980 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
977 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store 981 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store
978 ] 982 ]
979 } 983 }
980 } 984 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698