Chromium Code Reviews
Descriptionmac: Stop using deprecated FSRef functions in service_process_util_mac.mm
Instead of an FSRef, use a fileReferenceURL, the replacement.
The replacement function to check if a file is in the trash
only exists in 10.10+, but the old way was deprecated in 10.8,
so call the new code on 10.10+ and call the old code on 10.9
(we can delete that code path once we stop supporting 10.9).
No behavior change intended.
BUG=74983, 622481
TEST= https://bugs.chromium.org/p/chromium/issues/detail?id=74983#c16
Patch Set 1 #
Messages
Total messages: 3 (3 generated)
|
|||||||||||||||||||