Chromium Code Reviews
Descriptionmac: Stop using deprecated FSRef functions in service_process_util_mac.mm
Original CL by thakis at: https://codereview.chromium.org/2122283002/.
> 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
Committed: https://crrev.com/29c978360378e82108b2f1d336228995cd8dedb6
Cr-Commit-Position: refs/heads/master@{#424289}
Patch Set 1 : Original CL from https://codereview.chromium.org/2122283002/. #Patch Set 2 : Compile error. #Patch Set 3 : Fix tests. #
Total comments: 10
Patch Set 4 : Comments from thakis. #
Messages
Total messages: 20 (12 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||