| Index: chrome/browser/net/sqlite_server_bound_cert_store.h
|
| diff --git a/chrome/browser/net/sqlite_server_bound_cert_store.h b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| index b911c2fddcb036fd8f5173f39161fbc93c437bee..5e9d4327d2552cba1ec4f685df80499ddfea0a82 100644
|
| --- a/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| +++ b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| @@ -36,7 +36,7 @@ class SQLiteServerBoundCertStore
|
| const net::DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
|
| virtual void DeleteServerBoundCert(
|
| const net::DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
|
| - virtual void SetClearLocalStateOnExit(bool clear_local_state) OVERRIDE;
|
| + virtual void SetForceKeepSessionState() OVERRIDE;
|
| virtual void Flush(const base::Closure& completion_task) OVERRIDE;
|
|
|
| protected:
|
|
|