Chromium Code Reviews| Index: chrome_frame/chrome_frame_activex.cc |
| =================================================================== |
| --- chrome_frame/chrome_frame_activex.cc (revision 42751) |
| +++ chrome_frame/chrome_frame_activex.cc (working copy) |
| @@ -447,7 +447,7 @@ |
| url_fetcher_.set_frame_busting(!is_privileged_); |
| automation_client_->SetUrlFetcher(&url_fetcher_); |
| if (!InitializeAutomation(profile_name, chrome_extra_arguments, |
| - IsIEInPrivate())) { |
| + IsIEInPrivate(), true)) { |
| return E_FAIL; |
| } |
| } |