mirror of
https://github.com/chromium/crashpad.git
synced 2024-12-27 15:32:10 +08:00
Mark Mentovai
9fdb70738b
mac: 10.11 SDK compatibility
This doesn’t really provide compatibility, it just ignores the deprecation warning for +[NSURLConnection sendSynchronousRequest:returningResponse:error:]. The suggested replacement, NSURLSession, was new in 10.9, and this code needs to run on 10.6, so it’s not usable here, at least not without a runtime check. BUG=crashpad:65 R=rsesek@chromium.org Review URL: https://codereview.chromium.org/1395673002 .
Description
Languages
C++
92.6%
Objective-C++
2.5%
C
2%
Python
1.7%
Assembly
0.9%
Other
0.3%