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

Unified Diff: net/ssl/default_channel_id_store_unittest.cc

Issue 2874973002: Flush Channel IDs when Cookies get saved to a persistent backend (Closed)
Patch Set: Initialize channel_id_service to nullptr Created 3 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
« no previous file with comments | « net/ssl/default_channel_id_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/default_channel_id_store_unittest.cc
diff --git a/net/ssl/default_channel_id_store_unittest.cc b/net/ssl/default_channel_id_store_unittest.cc
index 9408d6eebf9fdf5eca25f11a0bc1218d897fec28..986161b0309c040486d32812ee24ca134dab5dfb 100644
--- a/net/ssl/default_channel_id_store_unittest.cc
+++ b/net/ssl/default_channel_id_store_unittest.cc
@@ -80,6 +80,7 @@ class MockPersistentStore
void DeleteChannelID(
const DefaultChannelIDStore::ChannelID& channel_id) override;
void SetForceKeepSessionState() override;
+ void Flush() override;
protected:
~MockPersistentStore() override;
@@ -121,6 +122,8 @@ void MockPersistentStore::DeleteChannelID(
void MockPersistentStore::SetForceKeepSessionState() {}
+void MockPersistentStore::Flush() {}
+
MockPersistentStore::~MockPersistentStore() {}
bool DomainEquals(const std::string& domain1, const std::string& domain2) {
« no previous file with comments | « net/ssl/default_channel_id_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698