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

Unified Diff: net/spdy/spdy_stream.h

Issue 1128873008: Remove SpdyStream::GetSSLCertRequestInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@opt-in-renego
Patch Set: Created 5 years, 7 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 | « net/spdy/spdy_session.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_stream.h
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
index a1821a359fe93b6fc84e14468b05f459ae1bafe0..73288ce9ba1490f915fd018a5d2187e9815d3556 100644
--- a/net/spdy/spdy_stream.h
+++ b/net/spdy/spdy_stream.h
@@ -31,7 +31,6 @@ namespace net {
class AddressList;
class IPEndPoint;
struct LoadTimingInfo;
-class SSLCertRequestInfo;
class SSLInfo;
class SpdySession;
@@ -378,10 +377,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
bool* was_npn_negotiated,
NextProto* protocol_negotiated);
- // Fills SSL Certificate Request info |cert_request_info| and returns
- // true when SSL is in use.
- bool GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info);
-
// If the stream is stalled on sending data, but the session is not
// stalled on sending data and |send_window_size_| is positive, then
// set |send_stalled_by_flow_control_| to false and unstall the data
« no previous file with comments | « net/spdy/spdy_session.cc ('k') | net/spdy/spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698