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

Unified Diff: webkit/glue/password_form.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 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
Index: webkit/glue/password_form.h
diff --git a/webkit/glue/password_form.h b/webkit/glue/password_form.h
index e48420c637c3cb6908d1be54e4da591c02efb1ba..bc5170a8032909a0c552dd5d08866fce155ea8c2 100644
--- a/webkit/glue/password_form.h
+++ b/webkit/glue/password_form.h
@@ -44,6 +44,7 @@ struct PasswordForm {
SCHEME_HTML,
SCHEME_BASIC,
SCHEME_DIGEST,
+ SCHEME_TLS_SRP,
SCHEME_OTHER
} scheme;

Powered by Google App Engine
This is Rietveld 408576698