commit | 7b2a9f0e5f5d7f2baf63f9f2dcbb5ea798603295 | [log] [tgz] |
---|---|---|
author | Colin Blundell <[email protected]> | Tue Dec 19 12:13:03 2017 |
committer | Commit Bot <[email protected]> | Tue Dec 19 12:13:03 2017 |
tree | cf823d7ebc406dd869668724738f38c1cb211103 | |
parent | 5efa45b5e2cd9eebc6d131daf9b425df11a76d15 [diff] |
Identity Service: Rename IdentityManager to IdentityManagerImpl A forthcoming CL is going to introduce a client-side C++ encapsulation of identity::mojom::IdentityManager. We have decided that the best name for this client-side C++ class is IdentityManager (following a pattern set by e.g. interface_provider.h and interface_provider.mojom). To enable this introduction, we must rename the current identity::IdentityManager. This CL hence renames this class to identity::IdentityManagerImpl. Note that this renaming triggers a bunch of presubmit warnings about usage of base::Bind() and base::Closure. As this CL is not intended to be a behavioral change, we simply change these usages to what they are aliased to: base::BindRepeating() and base::RepeatingClosure. Future work can convert any of these that are suitable to the Once variants. Bug: 654990 Change-Id: Ic25090e562617499d6ef3052248c7a0833ff0b69 Reviewed-on: https://chromium-review.googlesource.com/832482 Reviewed-by: Mihai Sardarescu <[email protected]> Commit-Queue: Colin Blundell <[email protected]> Cr-Commit-Position: refs/heads/master@{#525003}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .