Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1245)

Unified Diff: chrome/test/base/ui_test_utils.h

Issue 10007043: Attempt to fix ChromeFrameTestWithWebServer tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: take snapshots on timeout Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698