From e3176b18687418fdced3d75b1c7179baaebfe940 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 26 Aug 2018 10:04:45 +0200 Subject: [PATCH] Adjust text for maximum connections per host patch --- ...058_Add-flag-to-configure-maximum-connections-per-host.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/BRM058_Add-flag-to-configure-maximum-connections-per-host.patch b/patches/BRM058_Add-flag-to-configure-maximum-connections-per-host.patch index 02a175ba..0af47605 100644 --- a/patches/BRM058_Add-flag-to-configure-maximum-connections-per-host.patch +++ b/patches/BRM058_Add-flag-to-configure-maximum-connections-per-host.patch @@ -49,7 +49,7 @@ diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descripti +const char kMaxConnectionsPerHostName[] = "Maximum connections per host"; +const char kMaxConnectionsPerHostDescription[] = -+ "Customize maximum allowed connections per host (experimental)."; ++ "Customize maximum allowed connections per host."; + const char kMediaRouterCastAllowAllIPsName[] = "Connect to Cast devices on all IP addresses";