commit | eb10bfea72ac14ab9ad2f405474a6712f312131e | [log] [tgz] |
---|---|---|
author | Menghan Yang <myuu@google.com> | Thu Jun 20 14:00:55 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 14:00:55 2024 |
tree | cd9348983d648ce92f3aa619c7a3732535ea833a | |
parent | e55402afb9a7c32bbc2f7bb4ef96ca90d5ba25a1 [diff] |
[UNOp2][Android] Remove Parcelable from AccountPickerBottomSheetStrings AccountPickerBottomSheetStrings implemented Parcelable previously to ease its use as activities' Intent extra. However, ClassCastException happened when it was casted after retrieval from SigninAndHistoryOptInActivity's Intent. A speculative fix has been applied in https://crrev.com/c/5630955, but the fix verification would be tedious. Given the class is trivial (holding 3 integers only), this CL removes the Parcelable implementation from AccountPickerBottomSheetStrings and makes definitive the workaround of serializing its individual fields as a clean-up. Bug: 346709145 Change-Id: Iffcd70126a27c47bc65ff2a55819e76541419bb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5639711 Auto-Submit: Menghan Yang <myuu@google.com> Commit-Queue: Samar Chehade-Lepleux <samarchehade@google.com> Reviewed-by: Samar Chehade-Lepleux <samarchehade@google.com> Cr-Commit-Position: refs/heads/main@{#1317343}
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.