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

Unified Diff: chrome_frame/test/chrome_frame_test_utils.cc

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_frame/test/chrome_frame_test_utils.cc
diff --git a/chrome_frame/test/chrome_frame_test_utils.cc b/chrome_frame/test/chrome_frame_test_utils.cc
index 77f02fb14ce592a9ee90a5ddf4b6d0c2098fe0ab..0e8167e764926633d1584dd4b1e85083b87f0b00 100644
--- a/chrome_frame/test/chrome_frame_test_utils.cc
+++ b/chrome_frame/test/chrome_frame_test_utils.cc
@@ -673,4 +673,11 @@ void ClearIESessionHistory() {
file_util::Delete(session_history_path, true);
}
+FilePath GetSnapshotDirectory() {
+ FilePath desktop;
+
+ PathService::Get(chrome::DIR_USER_DESKTOP, &desktop);
+ return desktop;
+}
+
} // namespace chrome_frame_test

Powered by Google App Engine
This is Rietveld 408576698