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..ce0e779ed630437e9c9b411384400111a7c12bfc 100644 |
--- a/chrome/test/chrome_process_util.h |
+++ b/chrome/test/chrome_process_util.h |
@@ -13,6 +13,9 @@ |
typedef std::vector<base::ProcessId> ChromeProcessList; |
+// Returns the executable name of the current chrome browser process. |
cmp
2011/06/22 22:41:58
chrome -> Chrome
|
+const FilePath::CharType* GetRunningExecutableName(); |
+ |
// 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); |