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

Unified Diff: components/autofill/core/browser/password_generator.h

Issue 308503002: [Password Generation] Start using pronouncable passwords (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unnecessary includes Created 6 years, 6 months 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 | « components/autofill/core/browser/DEPS ('k') | components/autofill/core/browser/password_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/password_generator.h
diff --git a/components/autofill/core/browser/password_generator.h b/components/autofill/core/browser/password_generator.h
index 9a558eeb98fa65b3619a47cd4df0a53256db05fb..91777381543052e9b50c1d310993ce11c9552c47 100644
--- a/components/autofill/core/browser/password_generator.h
+++ b/components/autofill/core/browser/password_generator.h
@@ -26,7 +26,7 @@ class PasswordGenerator {
// (1) Each character is guaranteed to be a non-whitespace printable ASCII
// character.
// (2) The generated password will contain AT LEAST one upper case letter, one
- // lower case letter, one digit, and EXACTLY one other symbol.
+ // lower case letter, and one digit.
// (3) The password length will be equal to |password_length_| (see comment
// for the constructor).
// Not thread safe.
« no previous file with comments | « components/autofill/core/browser/DEPS ('k') | components/autofill/core/browser/password_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698