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";