Description[Mac Fix-It] Use FSPathMakeRef instead of base::mac::FSRefFromPath.
base::mac::FSRefFromPath will be removed as it is relied on deprecated
API. The only place where FSPathMakeRef needed is
QuarantinePropertiesDeprecated API. So instead of having shared
base::mac::FSRefFromPath function which depends on deprecated API it is
better to use FSPathMakeRef right in place where it's needed as it will
be easier to clean up that code later.
BUG=650854
Committed: https://crrev.com/2f7ce1d11fd3b346468569389e8cc97f97453377
Cr-Commit-Position: refs/heads/master@{#423769}
Patch Set 1 #
Messages
Total messages: 15 (5 generated)
|