Commit 54fb34b1 authored by jamescook's avatar jamescook Committed by Commit bot

Move unlimitedStorage permission from //chrome to //extensions

APIPermission::kUnlimitedStorage is used in the storage implementation in
//extensions so the permission should live there.

This allows app_shell to load apps with unlimitedStorage in the manifest.

BUG=none
TEST=existing browser_tests

Review URL: https://codereview.chromium.org/805563002

Cr-Commit-Position: refs/heads/master@{#308229}
parent 65d9d312
......@@ -1001,12 +1001,6 @@
"channel": "stable",
"extension_types": ["extension", "legacy_packaged_app"]
},
"unlimitedStorage": {
"channel": "stable",
"extension_types": [
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
"virtualKeyboardPrivate": {
"channel": "stable",
"extension_types": ["extension"],
......
......@@ -271,6 +271,12 @@
"whitelist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store
}
],
"unlimitedStorage": {
"channel": "stable",
"extension_types": [
"extension", "legacy_packaged_app", "hosted_app", "platform_app"
]
},
"usb": [
{
"channel": "stable",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment