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

Side by Side Diff: chrome/common/extensions/api/_api_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/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "platforms": ["chromeos"], 287 "platforms": ["chromeos"],
288 "dependencies": ["permission:fileBrowserHandler"], 288 "dependencies": ["permission:fileBrowserHandler"],
289 "contexts": ["blessed_extension"] 289 "contexts": ["blessed_extension"]
290 }, 290 },
291 "fileBrowserHandlerInternal": { 291 "fileBrowserHandlerInternal": {
292 "internal": true, 292 "internal": true,
293 "platforms": ["chromeos"], 293 "platforms": ["chromeos"],
294 "channel": "stable", 294 "channel": "stable",
295 "contexts": ["blessed_extension", "unblessed_extension", "content_script"] 295 "contexts": ["blessed_extension", "unblessed_extension", "content_script"]
296 }, 296 },
297 "screenlockPrivate": {
298 "platforms": ["chromeos"],
299 "dependencies": ["permission:screenlockPrivate"],
300 "extension_types": ["platform_app"],
301 "contexts": ["blessed_extension", "unblessed_extension"]
302 },
297 "fileBrowserPrivate": { 303 "fileBrowserPrivate": {
298 "platforms": ["chromeos"], 304 "platforms": ["chromeos"],
299 "dependencies": ["permission:fileBrowserPrivate"], 305 "dependencies": ["permission:fileBrowserPrivate"],
300 "contexts": ["blessed_extension"] 306 "contexts": ["blessed_extension"]
301 }, 307 },
302 "fileSystem": { 308 "fileSystem": {
303 "dependencies": ["permission:fileSystem"], 309 "dependencies": ["permission:fileSystem"],
304 "contexts": ["blessed_extension"] 310 "contexts": ["blessed_extension"]
305 }, 311 },
306 "fileSystemProvider": { 312 "fileSystemProvider": {
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 "internal": true, 720 "internal": true,
715 "channel": "stable", 721 "channel": "stable",
716 "dependencies": ["permission:webview"], 722 "dependencies": ["permission:webview"],
717 "contexts": ["blessed_extension"] 723 "contexts": ["blessed_extension"]
718 }, 724 },
719 "windows": { 725 "windows": {
720 "dependencies": ["api:tabs"], 726 "dependencies": ["api:tabs"],
721 "contexts": ["blessed_extension"] 727 "contexts": ["blessed_extension"]
722 } 728 }
723 } 729 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698