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

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

Issue 13473016: Whitelist the fileSystem.write API for an internally developed extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge from trunk Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_api.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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 }, 160 },
161 "fileBrowserHandler": { 161 "fileBrowserHandler": {
162 "channel": "stable", 162 "channel": "stable",
163 "extension_types": ["extension", "packaged_app", "platform_app"] 163 "extension_types": ["extension", "packaged_app", "platform_app"]
164 }, 164 },
165 "fileBrowserPrivate": { 165 "fileBrowserPrivate": {
166 "channel": "stable", 166 "channel": "stable",
167 "extension_types": ["extension", "packaged_app"], 167 "extension_types": ["extension", "packaged_app"],
168 "location": "component" 168 "location": "component"
169 }, 169 },
170 "fileSystem": { 170 "fileSystem": [{
171 "channel": "stable", 171 "channel": "stable",
172 "extension_types": ["platform_app"] 172 "extension_types": ["platform_app"]
173 }, 173 },{
174 "fileSystem.write": { 174 "channel": "stable",
175 "extension_types": ["extension"],
176 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
177 }],
178 "fileSystem.write": [{
175 "channel": "stable", 179 "channel": "stable",
176 "extension_types": ["platform_app"] 180 "extension_types": ["platform_app"]
177 }, 181 },{
182 "channel": "stable",
183 "extension_types": ["extension"],
184 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
185 }],
178 "fontSettings": { 186 "fontSettings": {
179 "channel": "stable", 187 "channel": "stable",
180 "extension_types": ["extension", "packaged_app"] 188 "extension_types": ["extension", "packaged_app"]
181 }, 189 },
182 "fullscreen": { 190 "fullscreen": {
183 "channel": "stable", 191 "channel": "stable",
184 "extension_types": ["platform_app"] 192 "extension_types": ["platform_app"]
185 }, 193 },
186 "geolocation": { 194 "geolocation": {
187 "channel": "stable", 195 "channel": "stable",
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 }, 508 },
501 "webRequestBlocking": { 509 "webRequestBlocking": {
502 "channel": "stable", 510 "channel": "stable",
503 "extension_types": ["extension", "packaged_app"] 511 "extension_types": ["extension", "packaged_app"]
504 }, 512 },
505 "webview": { 513 "webview": {
506 "channel": "stable", 514 "channel": "stable",
507 "extension_types": ["platform_app"] 515 "extension_types": ["platform_app"]
508 } 516 }
509 } 517 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/file_system/file_system_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698