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

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

Issue 2613823002: Whitelist fileSystemProvider API to Secure Shell app (Closed)
Patch Set: manifest feature whitelis Created 3 years, 11 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/common/extensions/api/_manifest_features.json ('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 base_feature_provider.h. 8 // well as feature.h, simple_feature.h, and base_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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 395 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
396 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 396 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
397 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 397 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
398 ] 398 ]
399 }], 399 }],
400 "fileSystem.requestFileSystem": [{ 400 "fileSystem.requestFileSystem": [{
401 "channel": "stable", 401 "channel": "stable",
402 "extension_types": ["platform_app"], 402 "extension_types": ["platform_app"],
403 "platforms": ["chromeos"] 403 "platforms": ["chromeos"]
404 }], 404 }],
405 "fileSystemProvider": { 405 "fileSystemProvider": [{
406 "channel": "stable", 406 "channel": "stable",
407 "extension_types": ["extension", "platform_app"], 407 "extension_types": ["extension", "platform_app"],
408 "platforms": ["chromeos"] 408 "platforms": ["chromeos"]
409 }, 409 }, {
410 "channel": "stable",
411 "extension_types": ["legacy_packaged_app"],
412 "platforms": ["chromeos"],
413 "whitelist": [
414 "0EA6B717932AD64C469C1CCB6911457733295907", // http://crbug.com/673004
415 "58B0C2968C335964D5433E89CA4D86628A0E3D4B" // http://crbug.com/673004
416 ]
417 }],
410 "firstRunPrivate": { 418 "firstRunPrivate": {
411 "channel": "stable", 419 "channel": "stable",
412 "extension_types": ["platform_app"], 420 "extension_types": ["platform_app"],
413 "location": "component", 421 "location": "component",
414 "platforms": ["chromeos"] 422 "platforms": ["chromeos"]
415 }, 423 },
416 "fontSettings": { 424 "fontSettings": {
417 "channel": "stable", 425 "channel": "stable",
418 "extension_types": ["extension", "legacy_packaged_app"] 426 "extension_types": ["extension", "legacy_packaged_app"]
419 }, 427 },
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 "channel": "stable", 950 "channel": "stable",
943 "extension_types": ["platform_app"], 951 "extension_types": ["platform_app"],
944 "platforms": ["chromeos"], 952 "platforms": ["chromeos"],
945 "whitelist": [ 953 "whitelist": [
946 "A948368FC53BE437A55FEB414106E207925482F5", // Files app 954 "A948368FC53BE437A55FEB414106E207925482F5", // Files app
947 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player 955 "8C726564C6DBE7380BAB388DE6CC7EC93EB44B06", // Video player
948 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests 956 "5065C83E84321221675D20FBE4DC43C655CC8C6F" // Files app tests
949 ] 957 ]
950 } 958 }
951 } 959 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_manifest_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698