Commit a8be7638 authored by Eriksson Monteiro's avatar Eriksson Monteiro

update keystore name

parent 722e7918
......@@ -34,8 +34,8 @@ constexpr KWalletDBus::Error CANNOT_CONTACT =
const char kExpectedFolderName[] = "Chrome Keys";
const char kExpectedEntryName[] = "Chrome Safe Storage";
#else
const char kExpectedFolderName[] = "Chromium Keys";
const char kExpectedEntryName[] = "Chromium Safe Storage";
const char kExpectedFolderName[] = "Tangled Keys";
const char kExpectedEntryName[] = "Tangled Safe Storage";
#endif
// Environment-specific behavior is handled and tested with KWalletDBus, not
......
......@@ -30,8 +30,8 @@
const char KeyStorageLinux::kFolderName[] = "Chrome Keys";
const char KeyStorageLinux::kKey[] = "Chrome Safe Storage";
#else
const char KeyStorageLinux::kFolderName[] = "Chromium Keys";
const char KeyStorageLinux::kKey[] = "Chromium Safe Storage";
const char KeyStorageLinux::kFolderName[] = "Tangled Keys";
const char KeyStorageLinux::kKey[] = "Tangled Safe Storage";
#endif
namespace {
......
......@@ -51,8 +51,8 @@ std::string AddRandomPasswordToKeychain(const AppleKeychain& keychain,
const char KeychainPassword::service_name[] = "Chrome Safe Storage";
const char KeychainPassword::account_name[] = "Chrome";
#else
const char KeychainPassword::service_name[] = "Chromium Safe Storage";
const char KeychainPassword::account_name[] = "Chromium";
const char KeychainPassword::service_name[] = "Tangled Safe Storage";
const char KeychainPassword::account_name[] = "Tangled";
#endif
KeychainPassword::KeychainPassword(const AppleKeychain& keychain)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment