Apply base_bind_rewriters to //net/proxy_resolution/proxy_resolver_v8_tracing.cc
*** Note: There is no behavior change from this patch. *** This CL replaces calls to base::{Bind,BindRepeating} with calls to base::BindOnce, and removes calls to base::AdaptCallbackForRepeating when the returned base::RepeatingCallback is immediately converted to a base::OnceCallback. This CL was uploaded by git cl split. R=jochen@chromium.org Bug: 714018 Change-Id: Id5caaee0bd00721b4463880d6ba3c8121d533468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778548 Auto-Submit: Yannic Bonenberger <contact@yannic-bonenberger.com> Reviewed-by:Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#694745}
Showing
Please register or sign in to comment