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

Side by Side Diff: chrome/common/extensions/api/_permission_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/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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "extension_types": ["platform_app"] 335 "extension_types": ["platform_app"]
336 }], 336 }],
337 "fileSystem.write": [{ 337 "fileSystem.write": [{
338 "channel": "stable", 338 "channel": "stable",
339 "extension_types": ["platform_app"] 339 "extension_types": ["platform_app"]
340 },{ 340 },{
341 "channel": "stable", 341 "channel": "stable",
342 "extension_types": ["extension"], 342 "extension_types": ["extension"],
343 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 343 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
344 }], 344 }],
345 "fileSystemProvider": {
346 "channel": "trunk",
347 "extension_types": ["platform_app"]
348 },
345 "fontSettings": { 349 "fontSettings": {
346 "channel": "stable", 350 "channel": "stable",
347 "extension_types": ["extension", "legacy_packaged_app"] 351 "extension_types": ["extension", "legacy_packaged_app"]
348 }, 352 },
349 "fullscreen": { 353 "fullscreen": {
350 "channel": "stable", 354 "channel": "stable",
351 "extension_types": ["platform_app"] 355 "extension_types": ["platform_app"]
352 }, 356 },
353 "geolocation": { 357 "geolocation": {
354 "channel": "stable", 358 "channel": "stable",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 // Only allowed for whitelisted extensions until all the caveats are 840 // Only allowed for whitelisted extensions until all the caveats are
837 // addressed. Tracked in crbug/285151. 841 // addressed. Tracked in crbug/285151.
838 "channel": "stable", 842 "channel": "stable",
839 "extension_types": ["extension"], 843 "extension_types": ["extension"],
840 "location": "component", 844 "location": "component",
841 "whitelist": [ 845 "whitelist": [
842 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension 846 "mfffpogegjflfpflabcdkioaeobkgjik" // GAIA Component Extension
843 ] 847 ]
844 }] 848 }]
845 } 849 }
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