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

Unified Diff: content/common/net/url_fetcher_impl_unittest.cc

Issue 9693004: net: always enable NSS's HTTP fetches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 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
Index: content/common/net/url_fetcher_impl_unittest.cc
diff --git a/content/common/net/url_fetcher_impl_unittest.cc b/content/common/net/url_fetcher_impl_unittest.cc
index 354d9c097f637a69ceb28a7dfe17c99d866d2680..fb322ea01cab82a127f917f9a838aa13a8a1a825 100644
--- a/content/common/net/url_fetcher_impl_unittest.cc
+++ b/content/common/net/url_fetcher_impl_unittest.cc
@@ -65,13 +65,13 @@ class URLFetcherTest : public testing::Test,
#if defined(USE_NSS)
crypto::EnsureNSSInit();
- net::EnsureOCSPInit();
+ net::EnsureNssPkixIOInit();
#endif
}
virtual void TearDown() OVERRIDE {
#if defined(USE_NSS)
- net::ShutdownOCSP();
+ net::ShutdownNssPkixIO();
#endif
}
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/base/net_test_suite.cc » ('j') | net/ocsp/nss_ocsp.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698