$OpenBSD: patch-net_tools_quic_quic_http_proxy_backend_cc,v 1.2 2019/08/01 08:32:00 robert Exp $

Index: net/tools/quic/quic_http_proxy_backend.cc
--- net/tools/quic/quic_http_proxy_backend.cc.orig
+++ net/tools/quic/quic_http_proxy_backend.cc
@@ -160,7 +160,7 @@ void QuicHttpProxyBackend::InitializeURLRequestContext
   // Enable HTTP2, but disable QUIC on the backend
   context_builder.SetSpdyAndQuicEnabled(true /* http2 */, false /* quic */);
 
-#if defined(OS_LINUX)
+#if defined(OS_LINUX) || defined(OS_BSD)
   // On Linux, use a fixed ProxyConfigService, since the default one
   // depends on glib.
   context_builder.set_proxy_config_service(
