Fix SIs in password_expiry_notification.cc.
Incorrect base::NoDestructor usage generated 11 static initializers. As is, the static globals have to be initialized when the program begins. Move the declarations so they become static local constants that are instead initialized on first use. Also fix lint errors and use constexpr in more spots. Bug: 537099 Change-Id: I604e1a5828646b17340ce0986a2653fc75ba8dec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819656Reviewed-by:A Olsen <olsen@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699380}
Showing
Please register or sign in to comment