From 2ecf6f1070f6218f9e4f1f068f291230b08993b4 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 11 Aug 2021 13:27:58 -0400 Subject: [PATCH] Fix duplicate log-file entry on sub-process command-line --- libcef/browser/alloy/alloy_content_browser_client.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libcef/browser/alloy/alloy_content_browser_client.cc b/libcef/browser/alloy/alloy_content_browser_client.cc index ae4a6af4b..afaae9c7c 100644 --- a/libcef/browser/alloy/alloy_content_browser_client.cc +++ b/libcef/browser/alloy/alloy_content_browser_client.cc @@ -670,7 +670,6 @@ void AlloyContentBrowserClient::AppendExtraCommandLineSwitches( switches::kMainBundlePath, #endif switches::kLocalesDirPath, - switches::kLogFile, switches::kLogSeverity, switches::kResourcesDirPath, embedder_support::kUserAgent,