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

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
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/base/net_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2ec7564790627ca041ab7fc087cb2380674adaf0 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::EnsureNSSHttpIOInit();
#endif
}
virtual void TearDown() OVERRIDE {
#if defined(USE_NSS)
- net::ShutdownOCSP();
+ net::ShutdownNSSHttpIO();
#endif
}
« no previous file with comments | « chrome/browser/io_thread.cc ('k') | net/base/net_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698