aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-net_tools_quic_quic__http__proxy__backend.cc
blob: 0b5e2eb7c30e1b3ecf39d1fc2fd8e1d02d9b6b97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- net/tools/quic/quic_http_proxy_backend.cc.orig	2021-04-14 18:41:07 UTC
+++ net/tools/quic/quic_http_proxy_backend.cc
@@ -162,7 +162,7 @@ void QuicHttpProxyBackend::InitializeURLRequestContext
   // Enable HTTP2, but disable QUIC on the backend
   context_builder.SetSpdyAndQuicEnabled(true /* http2 */, false /* quic */);
 
-#if defined(OS_LINUX) || defined(OS_CHROMEOS)
+#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_BSD)
   // On Linux, use a fixed ProxyConfigService, since the default one
   // depends on glib.
   context_builder.set_proxy_config_service(