commit | 3c96beb26ea2db20302138c83b7abd50209d8c9a | [log] [tgz] |
---|---|---|
author | Yannic Bonenberger <[email protected]> | Tue Sep 03 20:41:37 2019 |
committer | Commit Bot <[email protected]> | Tue Sep 03 20:41:37 2019 |
tree | df4b8ba5b3f71b2347d1626beeef20d50fbaab5d | |
parent | 0fb57da84c9a1df67d6be8f85f26edf4324b43b6 [diff] |
Apply base_bind_rewriters to //net/quic *** 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. [email protected] Bug: 714018 Change-Id: I097288f597b7287b3e6c0f512fe7d69ab374a315 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1778610 Commit-Queue: Nick Harper <[email protected]> Reviewed-by: Nick Harper <[email protected]> Auto-Submit: Yannic Bonenberger <[email protected]> Cr-Commit-Position: refs/heads/master@{#692822}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .