Index: chrome_frame/chrome_active_document.cc |
=================================================================== |
--- chrome_frame/chrome_active_document.cc (revision 42751) |
+++ chrome_frame/chrome_active_document.cc (working copy) |
@@ -1007,7 +1007,8 @@ |
automation_client_->SetUrlFetcher(&url_fetcher_); |
- if (InitializeAutomation(GetHostProcessName(false), L"", IsIEInPrivate())) |
+ if (InitializeAutomation(GetHostProcessName(false), L"", IsIEInPrivate(), |
+ false)) |
return true; |
return false; |