commit | 72394700e3626aead23c5259f017a996ab529329 | [log] [tgz] |
---|---|---|
author | Olle Liljenzin <ollel@opera.com> | Tue Dec 17 14:46:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 17 14:46:42 2024 |
tree | 3ebbe81971155d7401daed1c8e1f028b92cf22f5 | |
parent | a18d06a346cb6241efa07da89e2c232959470e2b [diff] |
Make PasswordFeatureManager::ShouldUpdateGmsCore pure virtual ShouldUpdateGmsCore has no implementation and this breaks the link step in android_full_debug builds because the vtable is supposed to be generated in the compilation unit that implements this particular method. Thus declare the method pure virtual instead so that clang generates a weak vtable in all compilation units that need it. See: https://lld.llvm.org/missingkeyfunction Bug: 384523566 Change-Id: I6ead99bc9395b5bf78f326a87ca7e47620b961de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6097935 Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by: Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Olle Liljenzin <ollel@opera.com> Cr-Commit-Position: refs/heads/main@{#1397291}
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.