Make SigninViewControllerDelegate an interface.
There is a single implementation of the SigninViewControllerDelegate (the SigninViewControllerDelegateViews). This CL moves all the implementation login of SigninViewControllerDelegate to SigninViewControllerDelegateViews and makes the SigninViewControllerDelegate an interface. The goal is to simplify the implementation and avoid the current double implementation layer that adds complexity without any benefit. Change-Id: I2658e717d76b64921e6fff12229369aa8508dfc1 Reviewed-on: https://chromium-review.googlesource.com/c/1454524 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:Thomas Tangl <tangltom@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#629522}
Showing
Please register or sign in to comment