diff options
Diffstat (limited to 'chrome_frame/test_utils.h')
-rw-r--r-- | chrome_frame/test_utils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h index 6366ad9..b598e69 100644 --- a/chrome_frame/test_utils.h +++ b/chrome_frame/test_utils.h @@ -128,12 +128,6 @@ class DispCallback Method method_; }; -// Kills all running processes named |process_name| that have the string -// |argument| on their command line. Useful for killing all Chrome Frame -// instances of Chrome that all have --chrome-frame in their command line. -bool KillAllNamedProcessesWithArgument(const std::wstring& process_name, - const std::wstring& argument); - // If the workstation is locked and cannot receive user input. bool IsWorkstationLocked(); |