Chromium Code Reviews| Index: chrome/test/ui/ui_test.h |
| diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h |
| index e6d00c8296786d56724a3fd03cc82e7c89f754ea..4ba5d01b3af1912e75dfafa80b246c5102fd6c77 100644 |
| --- a/chrome/test/ui/ui_test.h |
| +++ b/chrome/test/ui/ui_test.h |
| @@ -166,6 +166,9 @@ class UITestBase { |
| // Gets the directory for the currently active profile in the browser. |
| FilePath GetDownloadDirectory(); |
| + // Gets the executable file path of the chrome browser process. |
|
cmp
2011/06/22 22:41:58
chrome -> Chrome
|
| + const FilePath::CharType* GetExecutablePath(); |
| + |
| // Returns the directory name where the "typical" user data is that we use |
| // for testing. |
| static FilePath ComputeTypicalUserDataSource( |