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

Unified Diff: components/cronet/host_cache_persistence_manager.cc

Issue 2954393002: Fix test failure on Cronet Asan bot (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/host_cache_persistence_manager.cc
diff --git a/components/cronet/host_cache_persistence_manager.cc b/components/cronet/host_cache_persistence_manager.cc
index 4b47809b9395a62195debede30db63265f4915b4..97e3bdca06adaee546c63c6e3681bf3c278f7b87 100644
--- a/components/cronet/host_cache_persistence_manager.cc
+++ b/components/cronet/host_cache_persistence_manager.cc
@@ -20,6 +20,7 @@ HostCachePersistenceManager::HostCachePersistenceManager(
: cache_(cache),
pref_service_(pref_service),
pref_name_(pref_name),
+ writing_pref_(false),
delay_(delay),
weak_factory_(this) {
DCHECK(cache_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698