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. This CL was uploaded by git cl split. R=tbarzic@chromium.org Bug: 809610 Change-Id: Id9e8d81f60c29865b75ea219472a029c0ba7e487 Reviewed-on: https://chromium-review.googlesource.com/c/1257793 Reviewed-by: Toni Baržić <tbarzic@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#597046}
- Loading branch information