Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: installer/src/custom-action/close_application.cpp

Issue 5663180676136960: Make sure IE and Engine are actually being closed by custom action (Closed)
Patch Set: Created June 20, 2014, 10:33 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | installer/src/installer-lib/process.h » ('j') | installer/src/installer-lib/process.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: installer/src/custom-action/close_application.cpp
===================================================================
--- a/installer/src/custom-action/close_application.cpp
+++ b/installer/src/custom-action/close_application.cpp
@@ -13,7 +13,6 @@
const wchar_t * ie_names[] = { L"IExplore.exe" } ;
const wchar_t * engine_names[] = { L"AdblockPlusEngine.exe" } ;
-const wchar_t * abp_module_names[] = { L"AdblockPlus32.dll", L"AdblockPlus64.dll" } ;
//-------------------------------------------------------
//-------------------------------------------------------
@@ -27,7 +26,7 @@
public:
IE_Closer()
- : snapshot(), ie_closer( snapshot, ie_names, abp_module_names), engine_closer( snapshot, engine_names )
+ : snapshot(), ie_closer( snapshot, ie_names), engine_closer( snapshot, engine_names )
{}
void refresh()
« no previous file with comments | « no previous file | installer/src/installer-lib/process.h » ('j') | installer/src/installer-lib/process.cpp » ('J')

Powered by Google App Engine
This is Rietveld