| Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| index 3b94f961f65f773fb466017e84217e4606753c15..6f18cad75887c70ca0f23ad060bdc9a2d2e46751 100644
|
| --- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| +++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
|
| @@ -52,6 +52,9 @@ void YieldCurrentThread();
|
| // /src/third_party/WebKit.
|
| String BlinkRootDir();
|
|
|
| +// Returns directory containing the current executable as absolute path.
|
| +String ExecutableDir();
|
| +
|
| // Returns test data absolute path for webkit_unit_tests, i.e.
|
| // <blinkRootDir>/Source/web/tests/data/<relativePath>.
|
| // It returns the top web test directory if |relativePath| was not specified.
|
|
|