| Index: chrome/browser/chrome_browser_main.cc
|
| diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
|
| index a977d342921dc6a73315df14eb765a3a05c5d275..3a41ca91b9e70a3319412353964bfc2ed759fc63 100644
|
| --- a/chrome/browser/chrome_browser_main.cc
|
| +++ b/chrome/browser/chrome_browser_main.cc
|
| @@ -967,8 +967,8 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() {
|
|
|
| // Reset the command line in the crash report details, since we may have
|
| // just changed it to include experiments.
|
| - crash_keys::SetSwitchesFromCommandLine(
|
| - base::CommandLine::ForCurrentProcess());
|
| + crash_keys::SetCrashKeysFromCommandLine(
|
| + *base::CommandLine::ForCurrentProcess());
|
|
|
| // Mac starts it earlier in |PreMainMessageLoopStart()| (because it is
|
| // needed when loading the MainMenu.nib and the language doesn't depend on
|
|
|