Integrate FakeSessionManagerClient and SessionManagerClientStubImpl into a single fake implementation |
|
Issue descriptionThe code base contains currently two different fake implementations of SessionManagerClient: * FakeSessionManagerClient, which is used in tests; * SessionManagerClientStubImpl, which is used when running Chrome OS builds on Linux. For reducing complexity and code duplication, we should investigate the possibility of merging them together into a single fake implementation. |
|
►
Sign in to add a comment |
|