| Index: chrome/test/base/ui_test_utils.h
|
| diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
|
| index 96816b82c584f7743c4c441f5b3ec856c49051e5..c6fc3a6911466429a4ac94897e1f0c1f5e983f35 100644
|
| --- a/chrome/test/base/ui_test_utils.h
|
| +++ b/chrome/test/base/ui_test_utils.h
|
| @@ -632,6 +632,9 @@ void MoveMouseToCenterAndPress(
|
| int state,
|
| const base::Closure& task);
|
|
|
| +bool SaveScreenSnapshotToDirectory(const FilePath& directory,
|
| + FilePath* screenshot_path);
|
| +
|
| namespace internal {
|
|
|
| // A utility function to send a mouse click event in a closure. It's shared by
|
|
|