| Index: chrome/browser/chromeos/cros/cert_library.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/cros/cert_library.cc (revision 99773)
|
| +++ chrome/browser/chromeos/cros/cert_library.cc (working copy)
|
| @@ -176,6 +176,10 @@
|
| return server_ca_certs_;
|
| }
|
|
|
| + virtual crypto::SymmetricKey* GetSupplementalUserKey() const {
|
| + return crypto::GetSupplementalUserKey();
|
| + }
|
| +
|
| // net::CertDatabase::Observer implementation. Observer added on UI thread.
|
| virtual void OnCertTrustChanged(const net::X509Certificate* cert) OVERRIDE {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|