Add login event for "app" module

This commit is contained in:
Cheng Zhao 2015-10-28 19:34:01 +08:00
parent 54dad72d92
commit d05255179a
7 changed files with 106 additions and 8 deletions

View file

@ -50,6 +50,7 @@ class App : public mate::EventEmitter,
content::WebContents* web_contents,
net::SSLCertRequestInfo* cert_request_info,
scoped_ptr<content::ClientCertificateDelegate> delegate) override;
void OnLogin(LoginHandler* login_handler) override;
// content::GpuDataManagerObserver:
void OnGpuProcessCrashed(base::TerminationStatus exit_code) override;