| commit | 0ff1a9b19a0fb8350193bce8a64e8ac34debb02c | [log] [tgz] |
|---|---|---|
| author | Igor <igorcov@chromium.org> | Fri Sep 30 08:03:41 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 30 08:03:41 2022 |
| tree | 8530d87671a968e709302a7cc2f34449f2397e3b | |
| parent | 6f04aeb4ee17755b51518b78e3de41e587e50466 [diff] |
Fix the case when no previous screen is present in WizardController In case the device is owned, the WizardController is not created at login screen. It might get created later though, e.g. by triggering the powerwash shortcut. In that case, it has no context of previous screen (which was the login screen) and needs to apply some logic if the current screen is canceled. BUG=1369529 TEST=None Change-Id: Iccbda51ac4b5d6b74d4c7b57d33ed3fd198a0895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3925981 Reviewed-by: Roman Sorokin <rsorokin@google.com> Commit-Queue: Igor <igorcov@chromium.org> Cr-Commit-Position: refs/heads/main@{#1053453}
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.