diff options
Diffstat (limited to 'chrome_frame/chrome_active_document.cc')
-rw-r--r-- | chrome_frame/chrome_active_document.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/chrome_active_document.cc b/chrome_frame/chrome_active_document.cc index 78f85f2..9b24507 100644 --- a/chrome_frame/chrome_active_document.cc +++ b/chrome_frame/chrome_active_document.cc @@ -1042,7 +1042,8 @@ bool ChromeActiveDocument::LaunchUrl(const ChromeFrameUrl& cf_url, if (profile.empty()) profile = GetHostProcessName(false); return InitializeAutomation(profile, L"", IsIEInPrivate(), - false, cf_url.gurl(), GURL(referrer)); + false, cf_url.gurl(), GURL(referrer), + false); } } |