Skip to content

Commit

Permalink
chore: fix TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Feb 25, 2021
1 parent 0a48789 commit e601fc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell/browser/net/network_context_service.cc
Expand Up @@ -77,7 +77,8 @@ void NetworkContextService::ConfigureNetworkContextParams(
network_context_params->restore_old_session_cookies = false;
network_context_params->persist_session_cookies = false;

// TODO: Make it possible to enable cookie encryption on non-macOS platforms
// TODO(MarshallOfSound): Make it possible to enable cookie encryption on
// non-macOS platforms
#if defined(OS_MAC)
network_context_params->enable_encrypted_cookies =
electron::fuses::IsCookieEncryptionEnabled();
Expand Down

0 comments on commit e601fc3

Please sign in to comment.