Commit dbf5e6c0 authored by jww's avatar jww Committed by Commit bot

Fix to a comment in the password manager fill on account select code.

TBR=gcasto@chromium.org,vabr@chromium.org

Review URL: https://codereview.chromium.org/803353002

Cr-Commit-Position: refs/heads/master@{#308483}
parent 9904df6a
...@@ -425,7 +425,7 @@ bool FillFormOnPasswordReceived( ...@@ -425,7 +425,7 @@ bool FillFormOnPasswordReceived(
// If (a) is true but (b) is false, then just mark the username element as // If (a) is true but (b) is false, then just mark the username element as
// autofilled and return so the fill step is skipped. // autofilled and return so the fill step is skipped.
// //
// If (a) is false but (b) is true, then the username element should not be // If (a) and (b) are false, then the username element should not be
// autofilled, but the user should still be able to select to fill the // autofilled, but the user should still be able to select to fill the
// password element, so the password element must be marked as autofilled and // password element, so the password element must be marked as autofilled and
// the fill step should also be skipped. // the fill step should also be skipped.
......
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