Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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//extensions/browser/api/feedback_private. This CL was uploaded by git cl split. R=afakhry@chromium.org Bug: 809610 Change-Id: I41eb7e5f4a7b0286c0e3338e1b1792f38c7fdfdb Reviewed-on: https://chromium-review.googlesource.com/c/1259017 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#596593}
- Loading branch information