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/ui/views/frame. This CL was uploaded by git cl split. R=pkasting@chromium.org Bug: 809610 Change-Id: Ib6b3670ddcac53d42e955d4cb51596b9f194e39a Reviewed-on: https://chromium-review.googlesource.com/c/1258767 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#600070}
Showing
Please register or sign in to comment