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

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

Issue 2690063004: Tried to add keyboard shortcuts to trigger switch access commands. Maybe missing a permission.
Patch Set: Created 3 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 | « chrome/browser/resources/chromeos/switch_access/switch_access.js ('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 chrome/common/extensions/api/_features.md to understand this file, as 7 // See chrome/common/extensions/api/_features.md to understand this file, as
8 // well as feature.h, simple_feature.h, and feature_provider.h. 8 // well as feature.h, simple_feature.h, and feature_provider.h.
9 9
10 // If you add a new platform_app permission please update the "stubs_app" test: 10 // If you add a new platform_app permission please update the "stubs_app" test:
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 "commandLinePrivate": { 167 "commandLinePrivate": {
168 "channel": "stable", 168 "channel": "stable",
169 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 169 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
170 "location": "component" 170 "location": "component"
171 }, 171 },
172 "commands.accessibility": { 172 "commands.accessibility": {
173 "channel": "stable", 173 "channel": "stable",
174 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 174 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
175 "whitelist": [ 175 "whitelist": [
176 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768 176 "2FCBCE08B34CCA1728A85F1EFBD9A34DD2558B2E", // http://crbug.com/404768
177 "75C7F4B720314B6CB1B5817CD86089DB95CD2461" // http://crbug.com/404768 177 "75C7F4B720314B6CB1B5817CD86089DB95CD2461", // http://crbug.com/404768
178 "4D725C894DA4CF1F4D96C60F0D83BD745EB530CA" // http://crbug.com/593885
178 ] 179 ]
179 }, 180 },
180 "contentSettings": { 181 "contentSettings": {
181 "channel": "stable", 182 "channel": "stable",
182 "extension_types": ["extension", "legacy_packaged_app"] 183 "extension_types": ["extension", "legacy_packaged_app"]
183 }, 184 },
184 "contextMenus": { 185 "contextMenus": {
185 "channel": "stable", 186 "channel": "stable",
186 "extension_types": ["extension", "legacy_packaged_app", "platform_app"] 187 "extension_types": ["extension", "legacy_packaged_app", "platform_app"]
187 }, 188 },
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "channel": "stable", 951 "channel": "stable",
951 "extension_types": ["platform_app"], 952 "extension_types": ["platform_app"],
952 "platforms": ["chromeos"], 953 "platforms": ["chromeos"],
953 "whitelist": [ 954 "whitelist": [
954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 955 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 956 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 957 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
957 ] 958 ]
958 } 959 }
959 } 960 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/switch_access/switch_access.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698