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