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

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

Issue 1184353005: Add extension IDs for all versions of remoting apps to permissions list of metricsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clarify extension ID comments. Created 5 years, 6 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 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955 681 "7D7A4B147FE39908A5AF13F85E38989C54BBE41C", // http://crbug.com/374955
682 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955 682 "0EEDFC0EED87871237213F34EBC7B4982A195C95", // http://crbug.com/374955
683 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965 683 "D2DAA9362153E8A5E3CF593E6DF4666421ABAD21", // http://crbug.com/374965
684 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067 684 "D7986543275120831B39EF28D1327552FC343960", // http://crbug.com/378067
685 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067 685 "A291B26E088FA6BA53FFD72F0916F06EBA7C585A", // http://crbug.com/378067
686 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // Hotword triggering 686 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // Hotword triggering
687 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/456214 687 "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/456214
688 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/456214 688 "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/456214
689 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/456214 689 "11A01C82EF355E674E4F9728A801F5C3CB40D83F", // http://crbug.com/456214
690 "F410C88469990EE7947450311D24B8AF2ADB2595", // http://crbug.com/456214 690 "F410C88469990EE7947450311D24B8AF2ADB2595", // http://crbug.com/456214
691 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98" // Chrome Remote Desktop 691 "9E527CDA9D7C50844E8A5DB964A54A640AE48F98", // Chrome Remote Desktop(CRD)
692 "DF52618D0B040D8A054D8348D2E84DDEEE5974E7", // CRD QA
693 "269D721F163E587BC53C6F83553BF9CE2BB143CD", // CRD QA Backup
694 "6B55A5329E3F1F30F6032BDB20B2EB4378DBF767", // CRD QA v2
695 "C449A798C495E6CF7D6AF10162113D564E67AD12", // CRD Dogfood
696 "01E9FFA9A8F3C18271FE91BEE46207F3B81755CC", // Pre-release CRD
697 "97B23E01B2AA064E8332EE43A7A85C628AADC3F2" // Sample app_remoting app.
692 ] 698 ]
693 }, 699 },
694 "mdns": [{ 700 "mdns": [{
695 "channel": "stable", 701 "channel": "stable",
696 "extension_types": ["extension"], 702 "extension_types": ["extension"],
697 "whitelist": [ 703 "whitelist": [
698 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 704 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
699 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 705 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
700 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 706 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
701 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 707 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1030 "channel": "stable", 1036 "channel": "stable",
1031 "extension_types": ["platform_app"], 1037 "extension_types": ["platform_app"],
1032 "platforms": ["chromeos"], 1038 "platforms": ["chromeos"],
1033 "whitelist": [ 1039 "whitelist": [
1034 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1040 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1035 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1041 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1036 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1042 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1037 ] 1043 ]
1038 } 1044 }
1039 } 1045 }
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