commit | 6934a31e7f675e3bd97b1646cb48dc1ab454ad10 | [log][tgz] |
---|---|---|
author | tzik <tzik@chromium.org> | Thu Mar 08 01:03:16 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Mar 08 01:03:16 2018 |
tree | 08a81a28af4bb50c50c4b59b2af5bd2bf61725c6 | |
parent | 50d82505c50363ec5ab003fdbbf9d2f706114ac2[diff] |
Migrate //gin from base::Callback to base::{Once,Repeating}CallbackThis updates //gin to use base::OnceCallback or base::RepeatingCallbackinstead of legacy base::Callback. No intended functional change is included.This reduces the number of 'base::Bind' in //gin from 8 to 1as tracked athttp://goo.gl/LUVhDjBug: 714018Change-Id:I5c4bb758181c09e2d7b0e2fec5c51a4e1eec24bbReviewed-on:https://chromium-review.googlesource.com/952646Reviewed-by: Jeremy Roman <jbroman@chromium.org>Commit-Queue: Taiju Tsuiki <tzik@chromium.org>Cr-Commit-Position: refs/heads/master@{#541664}
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 ishttps://www.chromium.org.
Documentation in the source is rooted indocs/README.md.
Learn how toGet Around the Chromium Source Code Directory Structure.