Send the kProductVersion flag to all processes (issue #1149).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1561 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2014-01-10 19:49:43 +00:00
parent 8a6530db1f
commit 21c8131742
1 changed files with 7 additions and 7 deletions

View File

@ -605,17 +605,18 @@ void CefContentBrowserClient::AppendExtraCommandLineSwitches(
// Propagate the following switches to all command lines (along with any
// associated values) if present in the browser command line.
static const char* const kSwitchNames[] = {
#if !defined(OS_WIN)
switches::kCrashDumpsDir,
#endif
switches::kDisablePackLoading,
switches::kEnableCrashReporter,
switches::kEnableReleaseDcheck,
switches::kLang,
switches::kLocalesDirPath,
switches::kLogFile,
switches::kLogSeverity,
switches::kEnableReleaseDcheck,
switches::kDisablePackLoading,
switches::kResourcesDirPath,
switches::kEnableCrashReporter,
#if !defined(OS_WIN)
switches::kCrashDumpsDir,
#endif
switches::kProductVersion,
};
command_line->CopySwitchesFrom(browser_cmd, kSwitchNames,
arraysize(kSwitchNames));
@ -630,7 +631,6 @@ void CefContentBrowserClient::AppendExtraCommandLineSwitches(
switches::kContextSafetyImplementation,
switches::kEnableMediaStream,
switches::kEnableSpeechInput,
switches::kProductVersion,
switches::kUncaughtExceptionStackSize,
};
command_line->CopySwitchesFrom(browser_cmd, kSwitchNames,