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

Unified Diff: chrome/browser/net/quota_policy_channel_id_store.h

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 | « no previous file | chrome/browser/net/quota_policy_channel_id_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/quota_policy_channel_id_store.h
diff --git a/chrome/browser/net/quota_policy_channel_id_store.h b/chrome/browser/net/quota_policy_channel_id_store.h
index 52e14eeedebb1ef80e0f0b1d25c74b76909feb15..c62d3f60dac3c859f953aa0e713aa88d1afee703 100644
--- a/chrome/browser/net/quota_policy_channel_id_store.h
+++ b/chrome/browser/net/quota_policy_channel_id_store.h
@@ -47,6 +47,7 @@ class QuotaPolicyChannelIDStore
const net::DefaultChannelIDStore::ChannelID& channel_id) override;
void DeleteChannelID(
const net::DefaultChannelIDStore::ChannelID& channel_id) override;
+ void Flush() override;
void SetForceKeepSessionState() override;
private:
« no previous file with comments | « no previous file | chrome/browser/net/quota_policy_channel_id_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698