| 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..28fab81ec9c24da6c6049ec12d8a0160a8f39507 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.
|
| + const FilePath::CharType* GetExecutablePath();
|
| +
|
| // Returns the directory name where the "typical" user data is that we use
|
| // for testing.
|
| static FilePath ComputeTypicalUserDataSource(
|
|
|