Enable file_system_provider::Service in incognito.
There is no need to limit the FSP API to non-incognito only. Especially, such limitation was causing crashes in Files app running in incognito, which assumed the service exists, but it didn't. With this CL the service is created for both non-incognito and incognito pages. Both instances are *same*, so mounted providers will be shared between incognito and non-incognito windows. TEST=Tested manually by launching with --incognito BUG=487901 Review URL: https://codereview.chromium.org/1138423002 Cr-Commit-Position: refs/heads/master@{#329792}
Showing
Please register or sign in to comment