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/push_messaging. This CL was uploaded by git cl split. R=mvanouwerkerk@chromium.org Bug: 809610 Change-Id: Ib8ccd8e3763c2c8172b9d7dcb7dac3cbc5e8e809 Reviewed-on: https://chromium-review.googlesource.com/c/1261699Reviewed-by:Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#597076}
Showing
Please register or sign in to comment