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/prerender. This CL was uploaded by git cl split. R=mattcary@chromium.org Bug: 809610 Change-Id: I34264dec9e444fac342146dadbdf8453d3dad870 Reviewed-on: https://chromium-review.googlesource.com/c/1259036 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:Matthew Cary <mattcary@chromium.org> Cr-Commit-Position: refs/heads/master@{#596605}
Showing
Please register or sign in to comment