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/api. This CL was uploaded by git cl split. R=tbarzic@chromium.org Bug: 809610 Change-Id: Iff395f785271dc038e2e9e07f3569d91d956f27e Reviewed-on: https://chromium-review.googlesource.com/c/1259034Reviewed-by:Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#597049}
Showing
Please register or sign in to comment