Convert base::bind in //components/payments to Once or Repeating
This CL converts base::bind in //components/payments to Once or Repeating. The choice of using BindOnce or BindRepeating is based on the existing parameter types in the calling functions, which is either OnceCallback or RepeatingCallback, and it can be directly mapped to using BindOnce or BindRepeating. Bug: 1007715 Change-Id: Ifa18e05b3715d10916a7760eb2ed156e92e5a5e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099234Reviewed-by:Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Danyao Wang <danyao@chromium.org> Commit-Queue: Jun Cai <juncai@chromium.org> Cr-Commit-Position: refs/heads/master@{#749717}
Showing
Please register or sign in to comment