Index: chrome_frame/chrome_frame_activex.cc |
=================================================================== |
--- chrome_frame/chrome_frame_activex.cc (revision 42377) |
+++ 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(), true)) { |
+ IsIEInPrivate())) { |
return E_FAIL; |
} |
} |