commit | b6fc31befd070ad3531a76bbdaf1740f7ce45d47 | [log] [tgz] |
---|---|---|
author | Christoph Schwering <schwering@google.com> | Thu Oct 06 21:57:44 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 06 21:57:44 2022 |
tree | 1e7f6d45a3b3177195efeb27080dfd0e2087c5e0 | |
parent | c7898b465b224dccf423e0c3ee85a130c32e6d6e [diff] |
[Autofill] Eliminate LogManager::LogTextMessage(), LogManager::LogEntry(). This CL replaces all expressions log_manager.LogTextMessage(s); with LOG_AF(log_manager) << s; This change caused some viral `const` removal of PasswordManagerClients. The CL deletes the now-unused functions LogManager::LogEntry() and LogManager::LogTextMessage(). This is a preparation for splitting up LogManager into {Routing,Buffered}LogManager, which in turn is necessary for asynchronous form parsing. Bug: 928595, 1007974 Change-Id: I451e93a185afe5f7a882a7aa25d8f7ee7462efea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3934898 Reviewed-by: Christos Froussios <cfroussios@chromium.org> Reviewed-by: Jan Keitel <jkeitel@google.com> Commit-Queue: Christoph Schwering <schwering@google.com> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by: Dominic Battré <battre@chromium.org> Reviewed-by: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1056036}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.