| Index: chrome_frame/chrome_frame_automation.cc
|
| diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
|
| index 5ba5363aff37e2a1b3095d396100327072e3a236..252f8fbe1f4032b46882b70833ee88b581adfd94 100644
|
| --- a/chrome_frame/chrome_frame_automation.cc
|
| +++ b/chrome_frame/chrome_frame_automation.cc
|
| @@ -291,7 +291,7 @@ void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
|
| if (!params->language().empty())
|
| command_line->AppendSwitchNative(switches::kLang, params->language());
|
|
|
| - std::wstring command_line_string(command_line->command_line_string());
|
| + std::wstring command_line_string(command_line->GetCommandLineString());
|
| // If there are any extra arguments, append them to the command line.
|
| if (!params->extra_arguments().empty()) {
|
| command_line_string += L' ' + params->extra_arguments();
|
|
|