aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_tools_quic_quic__http__proxy__backend.cc
blob: 2aee8fe4a92146ace631058eb36f14a63ebd8a7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/tools/quic/quic_http_proxy_backend.cc.orig	2022-02-28 16:54:41 UTC
+++ net/tools/quic/quic_http_proxy_backend.cc
@@ -161,7 +161,7 @@ void QuicHttpProxyBackend::InitializeURLRequestContext
   // Enable HTTP2, but disable QUIC on the backend
   context_builder.SetSpdyAndQuicEnabled(true /* http2 */, false /* quic */);
 
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD)
   // On Linux, use a fixed ProxyConfigService, since the default one
   // depends on glib.
   context_builder.set_proxy_config_service(