DescriptionFiles.app: Stop to use file system URLs having externalfile:// scheme origin internally.
Priviously in the external file protocol handler, for accessing files via file
system API, we uses file system URLs having externalfile:// scheme origin
internally. And we added special check to pass the origin in IsAccessAllowed
check.
This CL removes the special check. Instead the CL generated isolated file system
URL to access files.
BUG=367027
TEST=unit_tests --gtest_filter=*ExternalFileURL*
Committed: https://crrev.com/1a815bc356ca4e4e387870b2cd953030ae6647ba
Cr-Commit-Position: refs/heads/master@{#297361}
Patch Set 1 #
Total comments: 7
Patch Set 2 : #
Messages
Total messages: 14 (3 generated)
|