Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Unified Diff: components/autofill/content/renderer/password_autofill_agent.cc

Issue 803353002: Fix to a comment in the password manager fill on account select code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/content/renderer/password_autofill_agent.cc
diff --git a/components/autofill/content/renderer/password_autofill_agent.cc b/components/autofill/content/renderer/password_autofill_agent.cc
index bbd400a5fe31b24dc2dac421517310679dc35ff0..cebdf38c438845d2ca82186ec7d40a9bbf956c12 100644
--- a/components/autofill/content/renderer/password_autofill_agent.cc
+++ b/components/autofill/content/renderer/password_autofill_agent.cc
@@ -425,7 +425,7 @@ bool FillFormOnPasswordReceived(
// If (a) is true but (b) is false, then just mark the username element as
// 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
// password element, so the password element must be marked as autofilled and
// the fill step should also be skipped.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698