| Index: chrome_frame/chrome_tab.cc
|
| diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc
|
| index 4952ceea4ba309a97697edb88d1260b19981d29b..38f9364709af4061054624bd7dc707154261fbfc 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 {
|
|
|