set trust bits for CA certs

This commit is contained in:
deepak1556 2016-04-18 21:05:33 +05:30
parent e81cec4058
commit 1240c83e40
5 changed files with 55 additions and 61 deletions

View file

@ -44,9 +44,7 @@ class App : public AtomBrowserClient::Delegate,
int render_frame_id);
void OnCertificateManagerModelCreated(
const base::FilePath& path,
const base::FilePath& ca_path,
const base::string16& password,
scoped_ptr<base::DictionaryValue> options,
const net::CompletionCallback& callback,
scoped_ptr<CertificateManagerModel> model);
@ -106,7 +104,8 @@ class App : public AtomBrowserClient::Delegate,
bool MakeSingleInstance(
const ProcessSingleton::NotificationCallback& callback);
std::string GetLocale();
void ImportClientCertificate(const base::FilePath& path, const base::FilePath& ca_path, const base::string16& password, const net::CompletionCallback& callback);
void ImportClientCertificate(const base::DictionaryValue& options,
const net::CompletionCallback& callback);
#if defined(OS_WIN)
bool IsAeroGlassEnabled();