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

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

Issue 60583003: The chrome.screenlockPrivate API allows select apps to control the ChromeOS ScreenLocker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: clang Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 { 258 {
259 "channel": "stable", 259 "channel": "stable",
260 "extension_types": ["extension", "platform_app"], 260 "extension_types": ["extension", "platform_app"],
261 "whitelist": [ 261 "whitelist": [
262 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development 262 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development
263 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing 263 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
264 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release 264 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
265 ] 265 ]
266 } 266 }
267 ], 267 ],
268 "screenlockPrivate": {
269 "channel": "dev",
270 "extension_types":["platform_app"],
271 "whitelist": ["begdogjjbmiahnbahpidlnbgpbjbpajl"]
272 },
268 "downloads": { 273 "downloads": {
269 "channel": "stable", 274 "channel": "stable",
270 "extension_types": ["extension"] 275 "extension_types": ["extension"]
271 }, 276 },
272 "downloads.open": { 277 "downloads.open": {
273 "channel": "stable", 278 "channel": "stable",
274 "extension_types": ["extension"] 279 "extension_types": ["extension"]
275 }, 280 },
276 "downloads.shelf": { 281 "downloads.shelf": {
277 "channel": "stable", 282 "channel": "stable",
(...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 // Only allowed for whitelisted extensions until all the caveats are 853 // Only allowed for whitelisted extensions until all the caveats are
849 // addressed. Tracked in crbug/285151. 854 // addressed. Tracked in crbug/285151.
850 "channel": "stable", 855 "channel": "stable",
851 "extension_types": ["extension"], 856 "extension_types": ["extension"],
852 "location": "component", 857 "location": "component",
853 "whitelist": [ 858 "whitelist": [
854 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 859 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
855 ] 860 ]
856 }] 861 }]
857 } 862 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698