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

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

Issue 531463002: [fsp] Enable the File System Provider API on the dev channel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/browser/chromeos/extensions/file_system_provider/file_system_provider_apitest.cc ('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 extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 540 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "whitelist": [ 551 "whitelist": [
552 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 552 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
553 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 553 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
554 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 554 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
555 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 555 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
556 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 556 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
557 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 557 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
558 ] 558 ]
559 }], 559 }],
560 "fileSystemProvider": { 560 "fileSystemProvider": {
561 "channel": "trunk", 561 "channel": "dev",
562 "extension_types": ["platform_app"] 562 "extension_types": ["platform_app"]
563 }, 563 },
564 "firstRunPrivate": { 564 "firstRunPrivate": {
565 "channel": "stable", 565 "channel": "stable",
566 "extension_types": ["platform_app"], 566 "extension_types": ["platform_app"],
567 "location": "component", 567 "location": "component",
568 "platforms": ["chromeos"] 568 "platforms": ["chromeos"]
569 }, 569 },
570 "fontSettings": { 570 "fontSettings": {
571 "channel": "stable", 571 "channel": "stable",
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 // Only allowed for whitelisted extensions until all the caveats are 1201 // Only allowed for whitelisted extensions until all the caveats are
1202 // addressed. Tracked in crbug/285151. 1202 // addressed. Tracked in crbug/285151.
1203 "channel": "stable", 1203 "channel": "stable",
1204 "extension_types": ["extension"], 1204 "extension_types": ["extension"],
1205 "location": "component", 1205 "location": "component",
1206 "whitelist": [ 1206 "whitelist": [
1207 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension 1207 "D519188F86D9ACCEE0412007B227D9936EB9676B" // GAIA Component Extension
1208 ] 1208 ]
1209 }] 1209 }]
1210 } 1210 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_apitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698