Chromium Code Reviews| Index: chrome_frame/delete_chrome_history.cc |
| =================================================================== |
| --- chrome_frame/delete_chrome_history.cc (revision 115109) |
| +++ chrome_frame/delete_chrome_history.cc (working copy) |
| @@ -74,7 +74,7 @@ |
| if (integrity_level == base::LOW_INTEGRITY) { |
| return S_OK; |
| } |
| - if (!InitializeAutomation(GetHostProcessName(false), L"", false, false, |
| + if (!InitializeAutomation(GetHostProcessName(false), false, false, |
| GURL(), GURL(), true)) { |
| return E_UNEXPECTED; |
| } |