Revert synchronous FIDL callers to use SyncPtr rather than Sync2Ptr.
Sync2Ptr was a temporary type, used during migration of SyncPtr APIs from returning |bool| to |zx_status_t|, to remove risk of implicit conversions to |bool|. Some libzx call-sites (e.g. use of zx::process::self()) are also updated to be compatible with changes in the latest Fuchsia SDK. TBR: dcheng, jochen Change-Id: I9e9350931e18f2bddc0ef7234d225821cf7d22f1 Reviewed-on: https://chromium-review.googlesource.com/1141659 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#576017}
Showing
Please register or sign in to comment