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

Unified Diff: content/app/content_main_runner.cc

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: long line Created 5 years, 8 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: content/app/content_main_runner.cc
diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
index 42f1865ad5064e260e403cad4c8f451ec51aa28b..e215369e9bf904702ef8c4d0a9a19c11ac308fd4 100644
--- a/content/app/content_main_runner.cc
+++ b/content/app/content_main_runner.cc
@@ -676,7 +676,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
}
#endif
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
crypto::EarlySetupForNSSInit();
#endif

Powered by Google App Engine
This is Rietveld 408576698