mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
feat: expose safestorage backend information on linux (#39107)
* feat: expose safestorage backend information on linux Co-authored-by: deepak1556 <hop2deep@gmail.com> * Remove gnome-keyring Refs https://chromium-review.googlesource.com/c/chromium/src/+/4609704 Co-authored-by: deepak1556 <hop2deep@gmail.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
This commit is contained in:
@@ -35,7 +35,6 @@
|
||||
#include "services/network/public/cpp/features.h"
|
||||
#include "services/network/public/cpp/shared_url_loader_factory.h"
|
||||
#include "services/network/public/mojom/network_context.mojom.h"
|
||||
#include "shell/browser/api/electron_api_safe_storage.h"
|
||||
#include "shell/browser/browser.h"
|
||||
#include "shell/browser/electron_browser_client.h"
|
||||
#include "shell/common/application_info.h"
|
||||
@@ -291,10 +290,6 @@ void SystemNetworkContextManager::OnNetworkServiceCreated(
|
||||
electron::fuses::IsCookieEncryptionEnabled()) {
|
||||
network_service->SetEncryptionKey(OSCrypt::GetRawEncryptionKey());
|
||||
}
|
||||
|
||||
#if DCHECK_IS_ON()
|
||||
electron::safestorage::SetElectronCryptoReady(true);
|
||||
#endif
|
||||
}
|
||||
|
||||
network::mojom::NetworkContextParamsPtr
|
||||
|
||||
Reference in New Issue
Block a user