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

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

Issue 582133003: Add whitelist for crbug.com/415846. (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 | « 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 // 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 }, 417 },
418 "fileBrowserHandler": { 418 "fileBrowserHandler": {
419 "channel": "stable", 419 "channel": "stable",
420 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 420 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
421 "platforms": ["chromeos"] 421 "platforms": ["chromeos"]
422 }, 422 },
423 "fileManagerPrivate": { 423 "fileManagerPrivate": {
424 "channel": "stable", 424 "channel": "stable",
425 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 425 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
426 "location": "component", 426 "location": "component",
427 "platforms": ["chromeos"] 427 "platforms": ["chromeos"],
428 "whitelist": [
429 "397F221E63F86BE34C30165613E95B6CC8D22A52" // http://crbug.com/415846
430 ]
428 }, 431 },
429 "fileSystem": [{ 432 "fileSystem": [{
430 "channel": "stable", 433 "channel": "stable",
431 "extension_types": ["platform_app"] 434 "extension_types": ["platform_app"]
432 },{ 435 },{
433 "channel": "stable", 436 "channel": "stable",
434 "extension_types": ["extension"], 437 "extension_types": ["extension"],
435 "whitelist": [ 438 "whitelist": [
436 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice 439 "2FC374607C2DF285634B67C64A2E356C607091C3", // Quickoffice
437 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal 440 "3727DD3E564B6055387425027AD74C58784ACC15", // Quickoffice internal
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 }, 1042 },
1040 "webRequest": { 1043 "webRequest": {
1041 "channel": "stable", 1044 "channel": "stable",
1042 "extension_types": ["extension", "legacy_packaged_app"] 1045 "extension_types": ["extension", "legacy_packaged_app"]
1043 }, 1046 },
1044 "webRequestBlocking": { 1047 "webRequestBlocking": {
1045 "channel": "stable", 1048 "channel": "stable",
1046 "extension_types": ["extension", "legacy_packaged_app"] 1049 "extension_types": ["extension", "legacy_packaged_app"]
1047 } 1050 }
1048 } 1051 }
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