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

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

Issue 18029017: Enable fileSystem.retainFiles on dev. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 5 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 | 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 // 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 }, 238 },
239 "fileSystem": [{ 239 "fileSystem": [{
240 "channel": "stable", 240 "channel": "stable",
241 "extension_types": ["platform_app"] 241 "extension_types": ["platform_app"]
242 },{ 242 },{
243 "channel": "stable", 243 "channel": "stable",
244 "extension_types": ["extension"], 244 "extension_types": ["extension"],
245 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 245 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
246 }], 246 }],
247 "fileSystem.retainFiles": [{ 247 "fileSystem.retainFiles": [{
248 "channel": "trunk", 248 "channel": "dev",
249 "extension_types": ["platform_app"] 249 "extension_types": ["platform_app"]
250 }], 250 }],
251 "fileSystem.write": [{ 251 "fileSystem.write": [{
252 "channel": "stable", 252 "channel": "stable",
253 "extension_types": ["platform_app"] 253 "extension_types": ["platform_app"]
254 },{ 254 },{
255 "channel": "stable", 255 "channel": "stable",
256 "extension_types": ["extension"], 256 "extension_types": ["extension"],
257 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ] 257 "whitelist": [ "2FC374607C2DF285634B67C64A2E356C607091C3" ]
258 }], 258 }],
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
640 }, 640 },
641 "webRequestBlocking": { 641 "webRequestBlocking": {
642 "channel": "stable", 642 "channel": "stable",
643 "extension_types": ["extension", "packaged_app"] 643 "extension_types": ["extension", "packaged_app"]
644 }, 644 },
645 "webview": { 645 "webview": {
646 "channel": "stable", 646 "channel": "stable",
647 "extension_types": ["platform_app"] 647 "extension_types": ["platform_app"]
648 } 648 }
649 } 649 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698