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

Unified Diff: base/nss_util.h

Issue 6672034: Load additional NSS library files in zygote main if remoting is enabled (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: load libs Created 9 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 | « no previous file | base/nss_util.cc » ('j') | base/nss_util.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/nss_util.h
diff --git a/base/nss_util.h b/base/nss_util.h
index 5502b08f5b25f3ff35bf5008c9975265b81601c1..7b72607d4e5fd88a223438152d53fec7a6b00f46 100644
--- a/base/nss_util.h
+++ b/base/nss_util.h
@@ -65,6 +65,9 @@ void ForceNSSNoDBInit();
// WARNING: Use this with caution.
void DisableNSSForkCheck();
+// Load NSS library files. This function only has effect on Linux.
wtc 2011/03/17 20:03:55 Nit: since NSS is also used on FreeBSD, etc., it w
Alpha Left Google 2011/03/17 22:31:34 Done.
+void LoadNSSLibraries();
+
// Check if the current NSS version is greater than or equals to |version|.
// A sample version string is "3.12.3".
bool CheckNSSVersion(const char* version);
« no previous file with comments | « no previous file | base/nss_util.cc » ('j') | base/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698