commit | 9bc6837b6eb199d4d9147a6f3377f7b4863e816f | [log] [tgz] |
---|---|---|
author | tzik <[email protected]> | Thu Jun 28 20:20:47 2018 |
committer | Commit Bot <[email protected]> | Thu Jun 28 20:20:47 2018 |
tree | 6a47ee0fdfd2a3a5536ff1ed3d734bfa849bf70b | |
parent | 8e045343cea6e6c73aff6cb48c45ee1ce60659a7 [diff] |
Remove base::internal::PassingTraits PassingTraits is a injection point to control base::Callback behavior around an internal value transfer. However as it doesn't have a user outside of the file, and is probably not worth exposing. This CL replaces the injection point with single std::conditional for simpler code. Change-Id: I0cc10ad148fbd9f041eb9a5a3097c5a8ef77b473 Reviewed-on: https://chromium-review.googlesource.com/1118061 Commit-Queue: Daniel Cheng <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Cr-Commit-Position: refs/heads/master@{#571240}
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 .