[Signin][Android] Use SigninHelperProvider to get SigninHelper instance
This CL moves the SigninHelper init and getter part to a new class SigninHelper. This helps to isolate the dependency on SyncController in a relatively simple class SigninHelperProvider, so that we can modularize SigninHelper class in short term. In long term, we only need to expose SigninHelperProvider and SigninHelper interface to public, the real implementation of SigninHelper will be package private. Bug: 1158801 Change-Id: I1648ca59778f8c5410843cd1824325bd1fea1f01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593115Reviewed-by:Marc Treib <treib@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#837472}
Showing
Please register or sign in to comment