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

Unified Diff: chrome_frame/test_utils.h

Issue 12314043: Make Ash unittests clean up zombie viewer processes between test runs. These zombie viewer proce… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months 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/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();

Powered by Google App Engine
This is Rietveld 408576698