Chromium Code Reviews| 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); |
|
grt (UTC plus 2)
2013/07/30 02:48:16
GCF uses a different user data dir than Chrome, so
gab
2013/07/30 14:10:17
Actually, for user-level the First Run beacon is d
grt (UTC plus 2)
2013/07/30 14:21:11
Ah. Right you are, sir. The beacon is put in the A
|
| // Chrome Frame never wants to run background extensions since they |
| // interfere with in-use updates. |