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

Unified Diff: net/socket/nss_ssl_util.h

Issue 11093061: Enable peerconnection to use the NSS RNG. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/socket/nss_ssl_util.h
===================================================================
--- net/socket/nss_ssl_util.h (revision 160712)
+++ net/socket/nss_ssl_util.h (working copy)
@@ -10,12 +10,14 @@
#include <prerror.h>
+#include "net/base/net_export.h"
+
namespace net {
class BoundNetLog;
// Initalize NSS SSL library.
-void EnsureNSSSSLInit();
+NET_EXPORT void EnsureNSSSSLInit();
// Log a failed NSS funcion call.
void LogFailedNSSFunction(const BoundNetLog& net_log,

Powered by Google App Engine
This is Rietveld 408576698