Remove FakeSigninManager's override of OnSignoutDecisionReached()
This CL removes the last functionality that FakeSigninManager adds on to SigninManager: overriding OnSignoutDecisionReached(). Presumably at one time this corresponded to some simplification of the production code. However, at this time the only difference that the override adds is that it doesn't log metrics. Logging metrics in a test context is not problematic, as testing will not emit live metrics (confirmed with rkaplow@ from the metrics team). Bug: 796544 Change-Id: Ic703c0e01637d6adbc3a495cb58d715ec33d8e4c Reviewed-on: https://chromium-review.googlesource.com/c/1486532 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#635473}
Showing
Please register or sign in to comment