| 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
|
|
|