commit | 53ff537cffdec939a5cb20fdb7df69f812d4a421 | [log] [tgz] |
---|---|---|
author | Andrey Davydov <andreydav@google.com> | Fri Sep 23 12:48:41 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 23 12:48:41 2022 |
tree | 22ccc80e1e8ec26e60fa943ea6bc84d8a60ab77f | |
parent | 3f29bc454b17ad47cf4cb4576e33a81feb514f68 [diff] |
[Code Health] GaiaOAuthClient: base::Value refactoring This CL migrates GaiaOAuthClient::Delegate::OnGetUserInfoResponse, GaiaOAuthClient::Delegate::OnGetTokenInfoResponse and GaiaOAuthClient::Delegate::OnGetAccountCapabilitiesResponse to base::Value::Dict. It also changes them to accept dictionaries by const& instead of unique_ptr. Bug: 1187061, 1187001, 1187062 Change-Id: Ibbcc42f199ce9f664eb21b03e467e80620da7b55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3913352 Commit-Queue: Andrey Davydov <andreydav@google.com> Reviewed-by: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1050593}
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.