Add certificate-error event

This commit is contained in:
Cheng Zhao 2015-11-18 10:39:25 +08:00
parent 341341bf28
commit e432abfb42
7 changed files with 87 additions and 39 deletions

View file

@ -54,10 +54,6 @@ class Session: public mate::TrackableObject<Session>,
explicit Session(AtomBrowserContext* browser_context);
~Session();
// AtomCertVerifier::Delegate:
void RequestCertVerification(
const scoped_refptr<AtomCertVerifier::CertVerifyRequest>&) override;
// content::DownloadManager::Observer:
void OnDownloadCreated(content::DownloadManager* manager,
content::DownloadItem* item) override;