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