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

Unified Diff: net/spdy/spdy_stream.h

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: use system srp and mpi libs, not local copies 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/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index 9a055c2ab9e3cf30365770e99ec1c0a0c47fbaa7..bcd8c9e01fdb8586b4b19146d9b4f1a770806573 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -25,6 +25,7 @@ namespace net {
class AddressList;
class SpdySession;
class SSLCertRequestInfo;
+class AuthChallengeInfo;
class SSLInfo;
// The SpdyStream is used by the SpdySession to represent each stream known

Powered by Google App Engine
This is Rietveld 408576698