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

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

Issue 581303002: Restrict the File System Provier API permission to Chrome OS only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a notice. 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 | « no previous file | chrome/common/extensions/docs/templates/intros/fileSystemProvider.html » ('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 // 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 451 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 462 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
463 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 463 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
464 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension 464 "12E618C3C6E97495AAECF2AC12DEB082353241C6", // QO component extension
465 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900 465 "D5736E4B5CF695CB93A2FB57E4FDC6E5AFAB6FE2", // http://crbug.com/312900
466 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444 466 "D57DE394F36DC1C3220E7604C575D29C51A6C495", // http://crbug.com/319444
467 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562 467 "3F65507A3B39259B38C8173C6FFA3D12DF64CCE9" // http://crbug.com/371562
468 ] 468 ]
469 }], 469 }],
470 "fileSystemProvider": { 470 "fileSystemProvider": {
471 "channel": "dev", 471 "channel": "dev",
472 "extension_types": ["extension", "platform_app"] 472 "extension_types": ["extension", "platform_app"],
473 "platforms": ["chromeos"]
473 }, 474 },
474 "firstRunPrivate": { 475 "firstRunPrivate": {
475 "channel": "stable", 476 "channel": "stable",
476 "extension_types": ["platform_app"], 477 "extension_types": ["platform_app"],
477 "location": "component", 478 "location": "component",
478 "platforms": ["chromeos"] 479 "platforms": ["chromeos"]
479 }, 480 },
480 "fontSettings": { 481 "fontSettings": {
481 "channel": "stable", 482 "channel": "stable",
482 "extension_types": ["extension", "legacy_packaged_app"] 483 "extension_types": ["extension", "legacy_packaged_app"]
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 }, 1060 },
1060 "webRequest": { 1061 "webRequest": {
1061 "channel": "stable", 1062 "channel": "stable",
1062 "extension_types": ["extension", "legacy_packaged_app"] 1063 "extension_types": ["extension", "legacy_packaged_app"]
1063 }, 1064 },
1064 "webRequestBlocking": { 1065 "webRequestBlocking": {
1065 "channel": "stable", 1066 "channel": "stable",
1066 "extension_types": ["extension", "legacy_packaged_app"] 1067 "extension_types": ["extension", "legacy_packaged_app"]
1067 } 1068 }
1068 } 1069 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/intros/fileSystemProvider.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698