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

Unified Diff: net/socket/ssl_client_socket_nss.h

Issue 8816002: SSLClientSocketNSS::ClearSessionCache should initialize (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add NET_EXPORT_PRIVATE Created 9 years 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/net.gyp ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_nss.h
===================================================================
--- net/socket/ssl_client_socket_nss.h (revision 113045)
+++ net/socket/ssl_client_socket_nss.h (working copy)
@@ -22,6 +22,7 @@
#include "net/base/cert_verify_result.h"
#include "net/base/completion_callback.h"
#include "net/base/host_port_pair.h"
+#include "net/base/net_export.h"
#include "net/base/net_log.h"
#include "net/base/nss_memio.h"
#include "net/base/origin_bound_cert_service.h"
@@ -56,8 +57,7 @@
const SSLClientSocketContext& context);
virtual ~SSLClientSocketNSS();
- // For tests
- static void ClearSessionCache();
+ NET_EXPORT_PRIVATE static void ClearSessionCache();
// SSLClientSocket methods:
virtual void GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
« no previous file with comments | « net/net.gyp ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698