diff -up chromium-92.0.4515.107/components/os_crypt/features.gni.disblegnomekeyring chromium-92.0.4515.107/components/os_crypt/features.gni --- chromium-92.0.4515.107/components/os_crypt/features.gni.disblegnomekeyring 2021-07-26 22:31:54.887207201 -0400 +++ chromium-92.0.4515.107/components/os_crypt/features.gni 2021-07-26 22:35:00.879013268 -0400 @@ -8,7 +8,7 @@ import("//build/config/ui.gni") declare_args() { # Whether to use libgnome-keyring (deprecated by libsecret). # See http://crbug.com/466975 and http://crbug.com/355223. - use_gnome_keyring = (is_linux || is_chromeos_lacros) && use_glib + use_gnome_keyring = false # Whether to make account and service names for the crypto key storage # configurable at runtime for embedders.