summaryrefslogtreecommitdiffstats
path: root/chrome_frame/delete_chrome_history.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/delete_chrome_history.cc')
-rw-r--r--chrome_frame/delete_chrome_history.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/delete_chrome_history.cc b/chrome_frame/delete_chrome_history.cc
index 19eccf3..1d58df9 100644
--- a/chrome_frame/delete_chrome_history.cc
+++ b/chrome_frame/delete_chrome_history.cc
@@ -74,7 +74,7 @@ STDMETHODIMP DeleteChromeHistory::DeleteBrowsingHistory(DWORD flags) {
return S_OK;
}
if (!InitializeAutomation(GetHostProcessName(false), L"", false, false,
- GURL(), GURL())) {
+ GURL(), GURL(), true)) {
return E_UNEXPECTED;
}