-
Gyuyoung Kim authored
This CL converts the argument type from mojo::InterfaceRequest<Interface> to mojo::PendingReceiver<Interface>. And, all callers start to call it with a pending receiver. Additionally. this CL renames ForwardRequest to ForwardReceiver. Bug: 955171 Change-Id: I88f3d748cfaddf55f42cb7548d537270e4275931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933844Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Cr-Commit-Position: refs/heads/master@{#721861}
ab468693