Commit 6656e1aa authored by Sam McNally's avatar Sam McNally Committed by Commit Bot

Remove the special-casing for Files app allowing file_browser_handlers.

Files app has migrated to file_handlers, so allowing it to use
file_browser_handlers is no longer necessary.

Bug: 933674
Change-Id: Ifffadba9c7444516ebd759ecc5fa9246bbd620f8
Reviewed-on: https://chromium-review.googlesource.com/c/1496117
Auto-Submit: Sam McNally <sammc@chromium.org>
Reviewed-by: default avatarBen Wells <benwells@chromium.org>
Commit-Queue: Sam McNally <sammc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636722}
parent 27db4c69
...@@ -140,17 +140,10 @@ ...@@ -140,17 +140,10 @@
"channel": "stable", "channel": "stable",
"extension_types": ["shared_module"] "extension_types": ["shared_module"]
}, },
"file_browser_handlers": [ "file_browser_handlers": {
{ "channel": "stable",
"channel": "stable", "extension_types": ["extension", "legacy_packaged_app"]
"extension_types": ["extension", "legacy_packaged_app"] },
},
{
"channel": "stable",
"extension_types": ["platform_app"],
"location": "component"
}
],
"file_system_provider_capabilities": [{ "file_system_provider_capabilities": [{
"channel": "stable", "channel": "stable",
"extension_types": ["extension", "platform_app"] "extension_types": ["extension", "platform_app"]
......
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