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

Unified Diff: net/base/server_bound_cert_store.h

Issue 10447117: Unwire the clear on exit preference from the storage systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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/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

Powered by Google App Engine
This is Rietveld 408576698