Chromium Code Reviews| Index: chrome_frame/chrome_active_document.cc |
| =================================================================== |
| --- chrome_frame/chrome_active_document.cc (revision 60826) |
| +++ chrome_frame/chrome_active_document.cc (working copy) |
| @@ -1042,7 +1042,8 @@ |
| if (profile.empty()) |
| profile = GetHostProcessName(false); |
| return InitializeAutomation(profile, L"", IsIEInPrivate(), |
| - false, cf_url.gurl(), GURL(referrer)); |
| + false, cf_url.gurl(), GURL(referrer), |
| + false); |
| } |
| } |