Index: chrome_frame/test_utils.h |
diff --git a/chrome_frame/test_utils.h b/chrome_frame/test_utils.h |
index 6366ad9813b67bbc2413c27a82cc98b42cf71986..b598e692aeab35230c8caecfd117f440d8145952 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(); |