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

Unified Diff: net/http/transport_security_persister.h

Issue 1127963002: Implement lossy pref behavior for JsonPrefStore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs-fix-flags
Patch Set: Created 5 years, 7 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: net/http/transport_security_persister.h
diff --git a/net/http/transport_security_persister.h b/net/http/transport_security_persister.h
index 09b32accd12e4e49ad89d2fef173893e7aeac047..0e241fd0c4195300ae4f527ebff8548b3e4410aa 100644
--- a/net/http/transport_security_persister.h
+++ b/net/http/transport_security_persister.h
@@ -121,7 +121,7 @@ class NET_EXPORT TransportSecurityPersister
TransportSecurityState* transport_security_state_;
// Helper for safely writing the data.
- base::ImportantFileWriter writer_;
+ scoped_ptr<base::ImportantFileWriterImpl> writer_;
scoped_refptr<base::SequencedTaskRunner> foreground_runner_;
scoped_refptr<base::SequencedTaskRunner> background_runner_;

Powered by Google App Engine
This is Rietveld 408576698