Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
T
tangled
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eriksson monteiro
tangled
Commits
a8be7638
Commit
a8be7638
authored
Feb 25, 2021
by
Eriksson Monteiro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update keystore name
parent
722e7918
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
components/os_crypt/key_storage_kwallet_unittest.cc
components/os_crypt/key_storage_kwallet_unittest.cc
+2
-2
components/os_crypt/key_storage_linux.cc
components/os_crypt/key_storage_linux.cc
+2
-2
components/os_crypt/keychain_password_mac.mm
components/os_crypt/keychain_password_mac.mm
+2
-2
No files found.
components/os_crypt/key_storage_kwallet_unittest.cc
View file @
a8be7638
...
@@ -34,8 +34,8 @@ constexpr KWalletDBus::Error CANNOT_CONTACT =
...
@@ -34,8 +34,8 @@ constexpr KWalletDBus::Error CANNOT_CONTACT =
const
char
kExpectedFolderName
[]
=
"Chrome Keys"
;
const
char
kExpectedFolderName
[]
=
"Chrome Keys"
;
const
char
kExpectedEntryName
[]
=
"Chrome Safe Storage"
;
const
char
kExpectedEntryName
[]
=
"Chrome Safe Storage"
;
#else
#else
const
char
kExpectedFolderName
[]
=
"
Chromium
Keys"
;
const
char
kExpectedFolderName
[]
=
"
Tangled
Keys"
;
const
char
kExpectedEntryName
[]
=
"
Chromium
Safe Storage"
;
const
char
kExpectedEntryName
[]
=
"
Tangled
Safe Storage"
;
#endif
#endif
// Environment-specific behavior is handled and tested with KWalletDBus, not
// Environment-specific behavior is handled and tested with KWalletDBus, not
...
...
components/os_crypt/key_storage_linux.cc
View file @
a8be7638
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
const
char
KeyStorageLinux
::
kFolderName
[]
=
"Chrome Keys"
;
const
char
KeyStorageLinux
::
kFolderName
[]
=
"Chrome Keys"
;
const
char
KeyStorageLinux
::
kKey
[]
=
"Chrome Safe Storage"
;
const
char
KeyStorageLinux
::
kKey
[]
=
"Chrome Safe Storage"
;
#else
#else
const
char
KeyStorageLinux
::
kFolderName
[]
=
"
Chromium
Keys"
;
const
char
KeyStorageLinux
::
kFolderName
[]
=
"
Tangled
Keys"
;
const
char
KeyStorageLinux
::
kKey
[]
=
"
Chromium
Safe Storage"
;
const
char
KeyStorageLinux
::
kKey
[]
=
"
Tangled
Safe Storage"
;
#endif
#endif
namespace
{
namespace
{
...
...
components/os_crypt/keychain_password_mac.mm
View file @
a8be7638
...
@@ -51,8 +51,8 @@ std::string AddRandomPasswordToKeychain(const AppleKeychain& keychain,
...
@@ -51,8 +51,8 @@ std::string AddRandomPasswordToKeychain(const AppleKeychain& keychain,
const
char
KeychainPassword
::
service_name
[]
=
"Chrome Safe Storage"
;
const
char
KeychainPassword
::
service_name
[]
=
"Chrome Safe Storage"
;
const
char
KeychainPassword
::
account_name
[]
=
"Chrome"
;
const
char
KeychainPassword
::
account_name
[]
=
"Chrome"
;
#else
#else
const
char
KeychainPassword
::
service_name
[]
=
"
Chromium
Safe Storage"
;
const
char
KeychainPassword
::
service_name
[]
=
"
Tangled
Safe Storage"
;
const
char
KeychainPassword
::
account_name
[]
=
"
Chromium
"
;
const
char
KeychainPassword
::
account_name
[]
=
"
Tangled
"
;
#endif
#endif
KeychainPassword
::
KeychainPassword
(
const
AppleKeychain
&
keychain
)
KeychainPassword
::
KeychainPassword
(
const
AppleKeychain
&
keychain
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment