Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8381)

Unified Diff: chrome_frame/delete_chrome_history.cc

Issue 8909009: Remove remaining references to CEEE. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Addressed review comments Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/delete_chrome_history.cc
===================================================================
--- chrome_frame/delete_chrome_history.cc (revision 114790)
+++ 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;
}

Powered by Google App Engine
This is Rietveld 408576698