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/apps/platform_apps/api/easy_unlock_private. This CL was uploaded by git cl split. R=jhawkins@chromium.org Bug: 809610 Change-Id: I491e41bd7735ed3a940594eb11f88542dcc0e3e5 Reviewed-on: https://chromium-review.googlesource.com/c/1258906Reviewed-by:James Hawkins <jhawkins@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#600025}
Showing
Please register or sign in to comment