Files
brave-core/patches/chrome-browser-net-profile_network_context_service.cc.patch
T

13 lines
715 B
Diff

diff --git a/chrome/browser/net/profile_network_context_service.cc b/chrome/browser/net/profile_network_context_service.cc
index 7fed54f2fd0789b2deaa51577882935e35a95351..bdcafa7f9f32674dc61082045eba18913a537d76 100644
--- a/chrome/browser/net/profile_network_context_service.cc
+++ b/chrome/browser/net/profile_network_context_service.cc
@@ -747,6 +747,7 @@ network::mojom::CTPolicyPtr ProfileNetworkContextService::GetCTPolicy() {
std::vector<std::string> excluded_spkis(
TranslateStringArray(ct_excluded_spkis));
+ BRAVE_PROFILE_NETWORK_CONTEXT_SERVICE_GET_CT_POLICY
return network::mojom::CTPolicy::New(std::move(excluded),
std::move(excluded_spkis));
}