Description[Password Manager] Improve signature of PasswordManagerClient::IsPasswordSyncEnabled
Currently, IsPasswordSyncEnabled needs to know if the caller is interested in syncing passwords with a custom passphrase or without, and returns a Boolean depending on whether the expected syncing occurs or not.
This CL gets rid of the need to pass the expectation, and changes the Boolean return value to say: no password sync, p.s. without a custom passphrase, or p.s. with a custom passphrase. It also changes the name of the method and the associated enum to make sense with the new signature.
This is a cosmetic change, but will make a subsequent CL easier to digest.
R=melandory@chromium.org
BUG=400674, 486739
Committed: https://crrev.com/c885020e9b1a3523cd5682c53d69f4d6b499249e
Cr-Commit-Position: refs/heads/master@{#329637}
Patch Set 1 #Patch Set 2 : Fix the generation tests #
Total comments: 2
Patch Set 3 : SYNCING_NORMAL_ENCRYPTION #
Messages
Total messages: 11 (2 generated)
|