13 lines
663 B
Diff
13 lines
663 B
Diff
diff --git a/components/os_crypt/sync/key_storage_libsecret.cc b/components/os_crypt/sync/key_storage_libsecret.cc
|
|
index 8da01910500137aa3b22b1b5da21ae39226bdcab..a50eb5ef89b1bb048abc7b4d00036527bb77d76f 100644
|
|
--- a/components/os_crypt/sync/key_storage_libsecret.cc
|
|
+++ b/components/os_crypt/sync/key_storage_libsecret.cc
|
|
@@ -83,6 +83,7 @@ std::optional<std::string> KeyStorageLibsecret::AddRandomPasswordInLibsecret() {
|
|
|
|
std::optional<std::string> KeyStorageLibsecret::GetKeyImpl() {
|
|
LibsecretAttributesBuilder attrs;
|
|
+ BRAVE_KEY_STORAGE_LIBSECRET_GET_KEY_IMPL
|
|
attrs.Append("application", application_name_);
|
|
|
|
LibsecretLoader::SearchHelper helper;
|