Fix SIs in terminal_system_app_menu_model_chromeos.cc.
Incorrect base::NoDestructor usage generated 6 static initializers. As is, the static global has to be initialized when the program begins. Move the declaration so it becomes a static local constant that is instead initialized on first use. Bug: 537099 Change-Id: Ieb64c7ba476331cd22ae2fb98960301166200d9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1820262Reviewed-by:Joel Hockey <joelhockey@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#699379}
Showing
Please register or sign in to comment