mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Fix building on Linux
This commit is contained in:
@@ -497,7 +497,7 @@ bool App::IsAccessibilitySupportEnabled() {
|
||||
void App::ImportCertificate(
|
||||
const base::DictionaryValue& options,
|
||||
const net::CompletionCallback& callback) {
|
||||
auto browser_context = brightray::BrowserContext::From("", false);
|
||||
auto browser_context = AtomBrowserContext::From("", false);
|
||||
if (!certificate_manager_model_) {
|
||||
std::unique_ptr<base::DictionaryValue> copy = options.CreateDeepCopy();
|
||||
CertificateManagerModel::Create(
|
||||
|
||||
Reference in New Issue
Block a user