Index: chrome/test/chrome_process_util.h |
diff --git a/chrome/test/chrome_process_util.h b/chrome/test/chrome_process_util.h |
index f99871323c210f9985094baaa7293f40e7a367ee..0d136229109bf354f2ec3de6fd3726c1671aa1eb 100644 |
--- a/chrome/test/chrome_process_util.h |
+++ b/chrome/test/chrome_process_util.h |
@@ -16,6 +16,7 @@ typedef std::vector<base::ProcessId> ChromeProcessList; |
// Returns a vector of PIDs of all chrome processes (main and renderers etc) |
// based on |browser_pid|, the PID of the main browser process. |
ChromeProcessList GetRunningChromeProcesses(base::ProcessId browser_pid); |
+ChromeProcessList GetRunningChromiumProcesses(base::ProcessId browser_pid); |
jrt
2011/06/17 19:50:46
Will every call to GetRunningChromeProcess break o
|
// Attempts to terminate all chrome processes launched by (and including) |
// |browser_pid|. |