| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index cb27994b8fdcd829186db4620c494a8624350bfc..f3f628d2110f6e58df2eefcb83d11dc88681334d 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -804,7 +804,7 @@ void ChromeMainDelegate::PreSandboxStartup() {
|
|
|
| // After all the platform Breakpads have been initialized, store the command
|
| // line for crash reporting.
|
| - crash_keys::SetSwitchesFromCommandLine(&command_line);
|
| + crash_keys::SetCrashKeysFromCommandLine(command_line);
|
| }
|
|
|
| void ChromeMainDelegate::SandboxInitialized(const std::string& process_type) {
|
|
|