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

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

Issue 1291113002: Cast extension private API for ChromeOS system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 4 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "extension_types": ["platform_app"] 106 "extension_types": ["platform_app"]
107 }, 107 },
108 "browsingData": { 108 "browsingData": {
109 "channel": "stable", 109 "channel": "stable",
110 "extension_types": ["extension", "legacy_packaged_app"] 110 "extension_types": ["extension", "legacy_packaged_app"]
111 }, 111 },
112 "cast": { 112 "cast": {
113 "channel": "stable", 113 "channel": "stable",
114 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 114 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
115 "whitelist": [ 115 "whitelist": [
116 "9448CAB302F268FB4917D06F70703893DCDA26C4", // Cast Test Extension
116 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev 117 "63ED55E43214C211F82122ED56407FF1A807F2A3", // Dev
117 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta 118 "FA01E0B81978950F2BC5A50512FD769725F57510", // Beta
118 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary 119 "B11A93E7E5B541F8010245EBDE2C74647D6C14B9", // Canary
119 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta 120 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Google Cast Beta
120 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable 121 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264", // Google Cast Stable
121 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908 122 "C17CD9E6868D7B9C67926E0EC612EA25C768418F", // http://crbug.com/457908
122 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908 123 "EF2AB692559EA97C3BBDEA018A8C45F92457BD4E" // http://crbug.com/457908
123 ] 124 ]
124 }, 125 },
125 "cast.streaming": [{ 126 "cast.streaming": [{
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 "channel": "stable", 1060 "channel": "stable",
1060 "extension_types": ["platform_app"], 1061 "extension_types": ["platform_app"],
1061 "platforms": ["chromeos"], 1062 "platforms": ["chromeos"],
1062 "whitelist": [ 1063 "whitelist": [
1063 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 1064 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
1064 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 1065 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
1065 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 1066 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
1066 ] 1067 ]
1067 } 1068 }
1068 } 1069 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698