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

Unified Diff: net/third_party/nss/ssl/ssl.h

Issue 10693078: Rename DTLS_GetTimeout to DTLS_GetHandshakeTimeout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/third_party/nss/ssl/dtls1con.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl/ssl.h
diff --git a/net/third_party/nss/ssl/ssl.h b/net/third_party/nss/ssl/ssl.h
index 518cb21152de82d081f6522c6f848b6f43feea41..ceca7dd9e22df9aff9641fb4a51f1d302cd2a60a 100644
--- a/net/third_party/nss/ssl/ssl.h
+++ b/net/third_party/nss/ssl/ssl.h
@@ -1021,8 +1021,8 @@ SSL_IMPORT SECStatus SSL_SetClientChannelIDCallback(
** the DTLS handshake? Returns SECFailure if not DTLS or not in a
** handshake.
*/
-SSL_IMPORT SECStatus DTLS_GetTimeout(PRFileDesc *socket,
- PRIntervalTime *timeout);
+SSL_IMPORT SECStatus DTLS_GetHandshakeTimeout(PRFileDesc *socket,
+ PRIntervalTime *timeout);
/*
* Return a boolean that indicates whether the underlying library
« no previous file with comments | « net/third_party/nss/ssl/dtls1con.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698