| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index 378072a0e3a3cfb5b233ae0bafd271fcd4d806d2..a150ee006abbcdedde516b19fc67ea8912d9dcf6 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -2619,7 +2619,7 @@ void TestingAutomationProvider::GetBrowserInfo(
|
| properties->SetString("HelperProcessExecutablePath",
|
| chrome::kHelperProcessExecutablePath);
|
| properties->SetString("command_line_string",
|
| - CommandLine::ForCurrentProcess()->command_line_string());
|
| + CommandLine::ForCurrentProcess()->GetCommandLineString());
|
| FilePath dumps_path;
|
| PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path);
|
| properties->SetString("DIR_CRASH_DUMPS", dumps_path.value());
|
|
|