| 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 91cb4b4d5a606cfd2f7dfbb15a70205f44e09af3..183923a5f3e41bcfafdefef8388d13ee2b057b55 100644
|
| --- a/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| +++ b/chrome/browser/net/sqlite_server_bound_cert_store.h
|
| @@ -28,9 +28,7 @@ class SQLiteServerBoundCertStore
|
| ClearOnExitPolicy* clear_on_exit_policy);
|
|
|
| // net::DefaultServerBoundCertStore::PersistentStore:
|
| - virtual bool Load(
|
| - std::vector<net::DefaultServerBoundCertStore::ServerBoundCert*>* certs)
|
| - OVERRIDE;
|
| + virtual void Load(const LoadedCallback& loaded_callback) OVERRIDE;
|
| virtual void AddServerBoundCert(
|
| const net::DefaultServerBoundCertStore::ServerBoundCert& cert) OVERRIDE;
|
| virtual void DeleteServerBoundCert(
|
|
|