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

Unified Diff: components/autofill/core/common/password_form.h

Issue 306123004: NSSDecryptor::ReadAndParseSignons() - improved password form scheme detection, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Naming fix 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/content/common/autofill_param_traits_macros.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/common/password_form.h
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
index 17287caa84cdc91c13b531c360870112542adad8..d732493c9d0208bd45a2eaaf4327805637889888 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -45,7 +45,8 @@ struct PasswordForm {
SCHEME_HTML,
SCHEME_BASIC,
SCHEME_DIGEST,
- SCHEME_OTHER
+ SCHEME_OTHER,
+ SCHEME_LAST = SCHEME_OTHER
} scheme;
// The "Realm" for the sign-on (scheme, host, port for SCHEME_HTML, and
« no previous file with comments | « components/autofill/content/common/autofill_param_traits_macros.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698