commit | 7c44fc1f3e059e4c0a176ad73fa0c97419a73c03 | [log] [tgz] |
---|---|---|
author | Erik Chen <erikchen@chromium.org> | Wed Nov 20 04:55:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 20 04:55:07 2024 |
tree | b29d7c95c9a870fdc25991f05a5dcb1db7ee2c49 | |
parent | 326bcad22ad0254568e09429f584eecc92f96969 [diff] |
Simplify FedCmAccountSelectionView (part 8/N) This CL moves all calls to InitDialogWidget() into FedCmAccountSelectionView. This CL removes several no-longer-necessary calls to if (!GetDialogWidget()), as InitDialogWidget guarantees that a widget exists if the tab exists, and all callsites already check if tab_ existence earlier. Change-Id: I39ae0c0f42e86ccd67893d4978c07fb69a7ad2cd Bug: 377803489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6029294 Reviewed-by: Nicolás Peña <npm@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/main@{#1385445}
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.