Fix duplicate log-file entry on sub-process command-line
This commit is contained in:
parent
f435c3af9e
commit
2ecf6f1070
|
@ -670,7 +670,6 @@ void AlloyContentBrowserClient::AppendExtraCommandLineSwitches(
|
||||||
switches::kMainBundlePath,
|
switches::kMainBundlePath,
|
||||||
#endif
|
#endif
|
||||||
switches::kLocalesDirPath,
|
switches::kLocalesDirPath,
|
||||||
switches::kLogFile,
|
|
||||||
switches::kLogSeverity,
|
switches::kLogSeverity,
|
||||||
switches::kResourcesDirPath,
|
switches::kResourcesDirPath,
|
||||||
embedder_support::kUserAgent,
|
embedder_support::kUserAgent,
|
||||||
|
|
Loading…
Reference in New Issue