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

Unified Diff: net/spdy/spdy_session.h

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address wtc's comments Created 8 years, 9 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_proxy_client_socket_spdy3_unittest.cc ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session.h
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index aae79fdfbf50b52efcd1be91180f9589f2d29c1f..091d1a26a265cff5d0c27e297a4acb58d223c101 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -155,7 +155,7 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
// Fills SSL info in |ssl_info| and returns true when SSL is in use.
bool GetSSLInfo(SSLInfo* ssl_info,
bool* was_npn_negotiated,
- SSLClientSocket::NextProto* protocol_negotiated);
+ NextProto* protocol_negotiated);
// Fills SSL Certificate Request info |cert_request_info| and returns
// true when SSL is in use.
@@ -174,7 +174,7 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
// Specify the SPDY protocol to be used for SPDY session which do not use NPN
// to negotiate a particular protocol.
- static void set_default_protocol(SSLClientSocket::NextProto default_protocol);
+ static void set_default_protocol(NextProto default_protocol);
// Sets the max concurrent streams per session, as a ceiling on any server
// specific SETTINGS value.
« no previous file with comments | « net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc ('k') | net/spdy/spdy_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698