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

Unified Diff: installer/src/installer-lib/process.h

Issue 6219169376763904: Issue #1686 - Kill iexplore.exe and AdblockplusEngine.exe processes from the installer (Closed)
Patch Set: Log error Created April 13, 2015, 4:43 a.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
Index: installer/src/installer-lib/process.h
===================================================================
--- a/installer/src/installer-lib/process.h
+++ b/installer/src/installer-lib/process.h
@@ -7,6 +7,7 @@
#include "installer-lib.h"
#include "handle.h"
+#include "session.h"
#include <string>
#include <cctype>
@@ -686,7 +687,7 @@
/*
* Shut down every process in the pid_set.
*/
- bool ShutDown() ;
+ bool ShutDown(ImmediateSession& session);
} ;

Powered by Google App Engine
This is Rietveld