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

Unified Diff: components/cronet/host_cache_persistence_manager_unittest.cc

Issue 2958023002: Add histograms and NetLog for host cache persistence (Closed)
Patch Set: use scoped timer Created 3 years, 6 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 | « components/cronet/host_cache_persistence_manager.cc ('k') | net/dns/host_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/host_cache_persistence_manager_unittest.cc
diff --git a/components/cronet/host_cache_persistence_manager_unittest.cc b/components/cronet/host_cache_persistence_manager_unittest.cc
index 7a8eaae86f93c5018960f29c75d5cce4b421a7be..6c5845da1b4b5fb14dcbfca46674388220864d1c 100644
--- a/components/cronet/host_cache_persistence_manager_unittest.cc
+++ b/components/cronet/host_cache_persistence_manager_unittest.cc
@@ -25,7 +25,7 @@ class HostCachePersistenceManagerTest : public testing::Test {
void MakePersistenceManager(base::TimeDelta delay) {
persistence_manager_ = base::MakeUnique<HostCachePersistenceManager>(
- cache_.get(), pref_service_.get(), kPrefName, delay);
+ cache_.get(), pref_service_.get(), kPrefName, delay, nullptr);
}
// Sets an entry in the HostCache in order to trigger a pref write. The
« no previous file with comments | « components/cronet/host_cache_persistence_manager.cc ('k') | net/dns/host_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698