Files
brave-core/patches/components-os_crypt-key_storage_keyring.cc.patch
T

13 lines
694 B
Diff

diff --git a/components/os_crypt/key_storage_keyring.cc b/components/os_crypt/key_storage_keyring.cc
index 1b14e4c0ee3b5510ca6c4b968fe53c66622203d4..675fa638ee9a417aafb4bbd29785276093003f27 100644
--- a/components/os_crypt/key_storage_keyring.cc
+++ b/components/os_crypt/key_storage_keyring.cc
@@ -45,6 +45,7 @@ absl::optional<std::string> KeyStorageKeyring::GetKeyImpl() {
gchar* password_c = nullptr;
GnomeKeyringResult result =
GnomeKeyringLoader::gnome_keyring_find_password_sync_ptr(
+ BRAVE_KEY_STORAGE_KEYRING_GET_KEY_IMPL
&kSchema, &password_c, "application", application_name_.c_str(),
nullptr);
if (result == GNOME_KEYRING_RESULT_OK) {