Make SigninManagerBase observe OAuth2TokenService
This CL moves SigninManager’s observing of ProfileOAuth2TokenService::OnRefreshTokensLoaded() to SigninManagerBase, if’def-d out on ChromeOS. This is a step in eliminating the inheritance relationship between SigninManager and SigninManagerBase, as motivated in this design doc: https://docs.google.com/document/d/15y-Db27BV08vrIyelHB-3CwiAfDYh-FigNKGXrqSWto/edit#heading=h.8jjdy95t6p7x and described concretely here: https://docs.google.com/document/d/15y-Db27BV08vrIyelHB-3CwiAfDYh-FigNKGXrqSWto/edit#heading=h.mbkrv9nkb93w The functionality is ifdef-d out on ChromeOS, as it is currently not used on that platform. Bug: 952766 Change-Id: Icafd01997b140c34c560fca642356c41197eb24a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635614 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#666237}
Showing
Please register or sign in to comment