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

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

Issue 488353004: Whitelist the new hotwording component extension for media capture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add to JSON. Created 6 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
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "extension_types": ["platform_app"] 122 "extension_types": ["platform_app"]
123 }, 123 },
124 { 124 {
125 "channel": "stable", 125 "channel": "stable",
126 "extension_types": ["extension"], 126 "extension_types": ["extension"],
127 "whitelist": [ 127 "whitelist": [
128 // http://crbug.com/292856 128 // http://crbug.com/292856
129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF", 129 "3F50C3A83839D9C76334BCE81CDEC06174F266AF",
130 "09FDCB5851B8F3378DB630D06E316076E89C95A6", 130 "09FDCB5851B8F3378DB630D06E316076E89C95A6",
131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9", 131 "39BE69F11F68E4EED080DA3DC2394F7885B7AFF9",
132 "FF78670081967CE21DB86A04AD94A0498F01E20A" 132 "FF78670081967CE21DB86A04AD94A0498F01E20A",
133 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B"
benwells 2014/08/21 05:55:32 Can you add a comment saying what this extension i
Anand Mistry (off Chromium) 2014/08/21 06:07:57 Done.
133 ] 134 ]
134 } 135 }
135 ], 136 ],
136 "background": [ 137 "background": [
137 { 138 {
138 "channel": "stable", 139 "channel": "stable",
139 "extension_types": [ 140 "extension_types": [
140 "extension", "legacy_packaged_app", "hosted_app" 141 "extension", "legacy_packaged_app", "hosted_app"
141 ] 142 ]
142 }, 143 },
(...skipping 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1159 // Only allowed for whitelisted extensions until all the caveats are 1160 // Only allowed for whitelisted extensions until all the caveats are
1160 // addressed. Tracked in crbug/285151. 1161 // addressed. Tracked in crbug/285151.
1161 "channel": "stable", 1162 "channel": "stable",
1162 "extension_types": ["extension"], 1163 "extension_types": ["extension"],
1163 "location": "component", 1164 "location": "component",
1164 "whitelist": [ 1165 "whitelist": [
1165 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1166 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1166 ] 1167 ]
1167 }] 1168 }]
1168 } 1169 }
OLDNEW
« no previous file with comments | « chrome/browser/media/media_capture_devices_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698