| Index: chrome/browser/automation/automation_provider.cc
|
| diff --git a/chrome/browser/automation/automation_provider.cc b/chrome/browser/automation/automation_provider.cc
|
| index 193b021224dd061a43e1678caecd3cc461c02f99..e6ca4d1f20d6c2ea6df364bbf10b657fb258ce4d 100644
|
| --- a/chrome/browser/automation/automation_provider.cc
|
| +++ b/chrome/browser/automation/automation_provider.cc
|
| @@ -1677,6 +1677,9 @@ void AutomationProvider::GetBrowserInfo(Browser* browser,
|
| chrome::kHelperProcessExecutablePath);
|
| properties->SetString("command_line_string",
|
| CommandLine::ForCurrentProcess()->command_line_string());
|
| + FilePath dumps_path;
|
| + PathService::Get(chrome::DIR_CRASH_DUMPS, &dumps_path);
|
| + properties->SetString("DIR_CRASH_DUMPS", dumps_path.value());
|
|
|
| std::string branding;
|
| #if defined(GOOGLE_CHROME_BUILD)
|
|
|