Add Delegate for AtomBrowserClient
This commit is contained in:
parent
ab54fedc9a
commit
9a0dc3bfd7
7 changed files with 41 additions and 66 deletions
|
@ -126,12 +126,6 @@ class Browser : public WindowListObserver {
|
|||
void WillFinishLaunching();
|
||||
void DidFinishLaunching();
|
||||
|
||||
// Called when client certificate is required.
|
||||
void ClientCertificateSelector(
|
||||
content::WebContents* web_contents,
|
||||
net::SSLCertRequestInfo* cert_request_info,
|
||||
scoped_ptr<content::ClientCertificateDelegate> delegate);
|
||||
|
||||
// Request basic auth login.
|
||||
void RequestLogin(LoginHandler* login_handler);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue