| Index: chrome_frame/chrome_tab.cc
|
| diff --git a/chrome_frame/chrome_tab.cc b/chrome_frame/chrome_tab.cc
|
| index 920adfd363933baddef50bd19c3d342761428dd7..f7ff496a84a05d35108abe7d9f55c4ec71f23117 100644
|
| --- a/chrome_frame/chrome_tab.cc
|
| +++ b/chrome_frame/chrome_tab.cc
|
| @@ -281,7 +281,7 @@ HRESULT SetupRunOnce() {
|
| if (run_once.Create(HKEY_CURRENT_USER, kRunOnce, KEY_READ | KEY_WRITE)) {
|
| CommandLine run_once_command(chrome_launcher::GetChromeExecutablePath());
|
| run_once_command.AppendSwitchWithValue(
|
| - switches::kAutomationClientChannelID, L"0");
|
| + switches::kAutomationClientChannelID, "0");
|
| run_once_command.AppendSwitch(switches::kChromeFrame);
|
| run_once.WriteValue(L"A", run_once_command.command_line_string().c_str());
|
| }
|
|
|