Index: base/nss_util.h |
diff --git a/base/nss_util.h b/base/nss_util.h |
index 2b0139e509b2ea807ba63728e571b75aae3892e4..122e2055d2dbba3091386fb302249e9bdbdd2b96 100644 |
--- a/base/nss_util.h |
+++ b/base/nss_util.h |
@@ -20,6 +20,10 @@ namespace base { |
class Lock; |
class Time; |
+// EarlyNSSInit performs lightweight setup which must occur before the process |
+// goes multithreaded. |
+void EarlyNSSInit(); |
wtc
2011/01/13 00:07:02
The comment should point out that this function do
|
+ |
// Initialize NRPR if it isn't already initialized. This function is |
// thread-safe, and NSPR will only ever be initialized once. NSPR will be |
// properly shut down on program exit. |