| Index: chrome_frame/chrome_frame_automation.cc
|
| diff --git a/chrome_frame/chrome_frame_automation.cc b/chrome_frame/chrome_frame_automation.cc
|
| index bcf4f06f2c9c9a96451278d3baaa6fb033dcda73..04cc9b2e5ec1cc9817302f0e0f9aa41fa5b02919 100644
|
| --- a/chrome_frame/chrome_frame_automation.cc
|
| +++ b/chrome_frame/chrome_frame_automation.cc
|
| @@ -267,7 +267,7 @@ void AutomationProxyCacheEntry::CreateProxy(ChromeFrameLaunchParams* params,
|
| command_line->AppendSwitch(switches::kChromeFrame);
|
|
|
| // Chrome Frame never wants Chrome to start up with a First Run UI.
|
| - command_line->AppendSwitch(switches::kNoFirstRun);
|
| + command_line->AppendSwitch(switches::kSkipFirstRun);
|
|
|
| // Chrome Frame never wants to run background extensions since they
|
| // interfere with in-use updates.
|
|
|