commit | 24b1946e4550f39d82b5197f862afbda67c56a3a | [log] [tgz] |
---|---|---|
author | Mark Cogan <marq@google.com> | Mon Feb 07 00:31:50 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Feb 07 00:31:50 2022 |
tree | 59b071e0fbfc1a7691cfae272c23f7ad29ffd393 | |
parent | 0ba0205cfc7e4d3e4f0add7f105c1d67395800db [diff] |
[iOS] Migrate ManageAccountsDelegate to C++ In a prior CL, the primary ManageAccountsDelegate implementation was moved out of the BVC and into a browser agent. Since both the originating code for the delegate calls, and the delegate implementation are now C++ classes, it makes sense to update the delegate to be defined as a C++ abstract class instead of an Objective-C protocol. fixed: 1293395 Change-Id: I817629af39f903bcab685d985c3d1784b4427951 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3440130 Reviewed-by: Jérôme Lebel <jlebel@chromium.org> Commit-Queue: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#967638}
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.