commit | 77f295ad14035dcdc5aa83305509e22679057c24 | [log] [tgz] |
---|---|---|
author | cassycc <cassycc@google.com> | Fri Feb 16 01:07:46 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 16 01:07:46 2024 |
tree | e5e18d1c64abdbb60f0291c8a69a070d6d42a298 | |
parent | fc32a2390536e236654a750a664733594df5f187 [diff] |
[Office upload] Use SetupOrMoveDialogPage enum to create dialog args The DialogPage enum was always confusing as it contained pages for the setup flow and move confirmation, which are handled together, and the connect to OneDrive page, which is handled completely separately. Since http://crrev.com/c/4853720 landed, the connect to OneDrive page enum has become completely unused. It is best to remove it from the DialogPage enum so it's not confusing when only setup flow and move confirmation pages are being handled. Rename the DialogPage enum to SetupOrMoveDialogPage to make to extra clear. Bug: None Change-Id: I4268f59ef7ca1c17651c336bc842104f5a7b6427 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5298491 Reviewed-by: Peter Marshall <petermarshall@chromium.org> Commit-Queue: Cassy Chun-Crogan <cassycc@google.com> Cr-Commit-Position: refs/heads/main@{#1261429}
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.