Index: net/base/server_bound_cert_store.h |
diff --git a/net/base/server_bound_cert_store.h b/net/base/server_bound_cert_store.h |
index 32b178e6b33b8a5c84733e7d24853fbcfafe7bec..59d95508a67d8724ac8db213838619699382da34 100644 |
--- a/net/base/server_bound_cert_store.h |
+++ b/net/base/server_bound_cert_store.h |
@@ -112,6 +112,10 @@ class NET_EXPORT ServerBoundCertStore { |
// Returns the number of certs in the store. |
// Public only for unit testing. |
virtual int GetCertCount() = 0; |
+ |
+ // When invoked, instructs the store to keep session related data on |
+ // destruction. |
+ virtual void SetForceKeepSessionState() = 0; |
}; |
} // namespace net |