Index: net/ssl/default_channel_id_store.h |
diff --git a/net/ssl/default_channel_id_store.h b/net/ssl/default_channel_id_store.h |
index 9c307e8c80c0933fb543221a8dd80517d96517c9..fc04fcb5b112a617a109c5849f586114c1f0947c 100644 |
--- a/net/ssl/default_channel_id_store.h |
+++ b/net/ssl/default_channel_id_store.h |
@@ -173,6 +173,10 @@ class NET_EXPORT DefaultChannelIDStore::PersistentStore |
virtual void DeleteChannelID(const ChannelID& channel_id) = 0; |
+ // Delete channel ids for all servers in |server_identifiers|. |
+ virtual void DeleteAll( |
+ const std::vector<std::string>& server_identifiers) = 0; |
+ |
// When invoked, instructs the store to keep session related data on |
// destruction. |
virtual void SetForceKeepSessionState() = 0; |