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

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

Issue 50703013: fileSystemProvider: First cut at implementing fileSystemProvider API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 }, 296 },
297 "fileBrowserPrivate": { 297 "fileBrowserPrivate": {
298 "platforms": ["chromeos"], 298 "platforms": ["chromeos"],
299 "dependencies": ["permission:fileBrowserPrivate"], 299 "dependencies": ["permission:fileBrowserPrivate"],
300 "contexts": ["blessed_extension"] 300 "contexts": ["blessed_extension"]
301 }, 301 },
302 "fileSystem": { 302 "fileSystem": {
303 "dependencies": ["permission:fileSystem"], 303 "dependencies": ["permission:fileSystem"],
304 "contexts": ["blessed_extension"] 304 "contexts": ["blessed_extension"]
305 }, 305 },
306 "fileSystemProvider": {
307 "dependencies": ["permission:fileSystemProvider"],
308 "contexts": ["blessed_extension"]
309 },
306 "fontSettings": { 310 "fontSettings": {
307 "dependencies": ["permission:fontSettings"], 311 "dependencies": ["permission:fontSettings"],
308 "contexts": ["blessed_extension"] 312 "contexts": ["blessed_extension"]
309 }, 313 },
310 "hangoutsPrivate": { 314 "hangoutsPrivate": {
311 "channel": "stable", 315 "channel": "stable",
312 "contexts": ["blessed_extension"], 316 "contexts": ["blessed_extension"],
313 "whitelist": [ 317 "whitelist": [
314 // http://crbug.com/309737 318 // http://crbug.com/309737
315 "nckgahadagoaajjgafhacjanaoiihapd", 319 "nckgahadagoaajjgafhacjanaoiihapd",
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 "internal": true, 715 "internal": true,
712 "channel": "stable", 716 "channel": "stable",
713 "dependencies": ["permission:webview"], 717 "dependencies": ["permission:webview"],
714 "contexts": ["blessed_extension"] 718 "contexts": ["blessed_extension"]
715 }, 719 },
716 "windows": { 720 "windows": {
717 "dependencies": ["api:tabs"], 721 "dependencies": ["api:tabs"],
718 "contexts": ["blessed_extension"] 722 "contexts": ["blessed_extension"]
719 } 723 }
720 } 724 }
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