Errrrybody's a scoped_refptr now
This commit is contained in:
parent
deae70de4d
commit
16cc79354c
4 changed files with 7 additions and 6 deletions
|
@ -813,7 +813,7 @@ void App::OnCertificateManagerModelCreated(
|
|||
|
||||
#if defined(OS_MACOSX)
|
||||
void App::ShowCertificateTrust(atom::NativeWindow* parent_window,
|
||||
const net::X509Certificate& cert,
|
||||
const scoped_refptr<net::X509Certificate>& cert,
|
||||
std::string message,
|
||||
const ShowTrustCallback& callback,
|
||||
mate::Arguments* args) {
|
||||
|
@ -960,7 +960,7 @@ void App::BuildPrototype(
|
|||
base::Bind(&Browser::GetCurrentActivityType, browser))
|
||||
.SetMethod("setAboutPanelOptions",
|
||||
base::Bind(&Browser::SetAboutPanelOptions, browser))
|
||||
// .SetMethod("showCertificateTrust", &App::ShowCertificateTrust)
|
||||
.SetMethod("showCertificateTrust", &App::ShowCertificateTrust)
|
||||
#endif
|
||||
#if defined(OS_WIN)
|
||||
.SetMethod("setUserTasks", base::Bind(&Browser::SetUserTasks, browser))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue