commit | 711ff6b9f705d5047c3f7bad1dbc06b437efbbab | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <[email protected]> | Thu Oct 04 12:33:54 2018 |
committer | Commit Bot <[email protected]> | Thu Oct 04 12:33:54 2018 |
tree | d3cafe7e7bd5ef6f85f774a29e0735961c7e18fe | |
parent | 8c7d6baec2f7442ca5cd60556312efafe5f51a5f [diff] |
Convert indirect uses of TestingFactoryFunction TestingFactoryFunction is a simple function pointer. It is deprecated in favor of TestingFactory which is a Callback<>. Convert indirect uses by using base::BindRepeating() in all invocation of SetTestingFactory/AddTestingFactory. This converts uses in src//chrome/browser/extensions. This CL was uploaded by git cl split. [email protected] Bug: 809610 Change-Id: I8acd294b25decd9f81be9cb8b76c41f3302644af Reviewed-on: https://chromium-review.googlesource.com/c/1258171 Commit-Queue: Sylvain Defresne <[email protected]> Reviewed-by: Istiaque Ahmed <[email protected]> Cr-Commit-Position: refs/heads/master@{#596632}
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 .