Chromium Code Reviews
Description[Mac Fix-It] Removed usage of deprecated resource fork API.
There is no modern API to open resource forks on macOS. Currently used
API is deprecated and its usage should be removed as a part of
"Chrome Mac Deployment Target Fix-It". |URLFromInetloc| allows opening
of webloc files created by Safari, which works fine just by reading data
from webloc plist. New implementation will not open resource forks, but
it's very unlikely that they would exist on modern macOS.
BUG=650805
Committed: https://crrev.com/a1b9e0379d00e4d1711aaf97581c0dd0ac9c21c6
Cr-Commit-Position: refs/heads/master@{#423427}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed review comments #Messages
Total messages: 14 (8 generated)
|