| Index: chrome_frame/chrome_tab.cc
|
| diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc
|
| index 45c610b5f6a32f66d593f06b1f1b843e37326093..b77d94e20ce03dfc8a823ac19444439d7c218439 100644
|
| --- a/chrome_frame/chrome_tab.cc
|
| +++ b/chrome_frame/chrome_tab.cc
|
| @@ -330,7 +330,7 @@ HRESULT SetupRunOnce() {
|
| "0");
|
| run_once_cmd.AppendSwitch(switches::kChromeFrame);
|
| ret = run_once.WriteValue(L"A",
|
| - run_once_cmd.command_line_string().c_str());
|
| + run_once_cmd.GetCommandLineString().c_str());
|
| }
|
| result = HRESULT_FROM_WIN32(ret);
|
| } else {
|
|
|