Description[Password Generation] Checks the existence of the signin/signup form even if the password was generated
After this CL (https://codereview.chromium.org/1237543002), if the password was generated, there is no check whether the forms still exists. It was introduced to be sure Chrome saves the generated password. The disadvantage of it is that we send a positive vote to the server even if the login was failed (the vote says generation was successful).
This CL (https://codereview.chromium.org/1817483002/) introduced the presaving of generated password (i.e. save generated password right after generation and update it after every user input).
Thus, we are sure that the generated password was saved. No need in the first CL (https://codereview.chromium.org/1237543002). Let remove its code since it distorts votes statistics.
BUG=552420
Committed: https://crrev.com/87a189f1566ce8cf72b77dac8cb54ec6bc4ab27c
Cr-Commit-Position: refs/heads/master@{#405093}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fixed unittests #
Messages
Total messages: 22 (14 generated)
|