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

Unified Diff: net/base/auth.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: net/base/auth.h
diff --git a/net/base/auth.h b/net/base/auth.h
index 908b769086b8ab2624b1c25ef86a25ac8e106e6a..c0b4bf422b98dd8ba272e882f66cf45939ea94ec 100644
--- a/net/base/auth.h
+++ b/net/base/auth.h
@@ -20,6 +20,8 @@ class AuthChallengeInfo :
public:
AuthChallengeInfo();
+ void Reset();
+
bool operator==(const AuthChallengeInfo& that) const;
bool operator!=(const AuthChallengeInfo& that) const {

Powered by Google App Engine
This is Rietveld 408576698