OLD | NEW |
---|---|
1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ | 5 #ifndef CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ |
6 #define CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ | 6 #define CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ |
7 | 7 |
8 #include <string> | 8 #include <string> |
9 #include <vector> | 9 #include <vector> |
10 | 10 |
(...skipping 14 matching lines...) Expand all Loading... | |
25 const std::vector<std::string>& uid_vector); | 25 const std::vector<std::string>& uid_vector); |
26 | 26 |
27 // Writes a whole test table with two folders and two albums. | 27 // Writes a whole test table with two folders and two albums. |
28 void WriteTestAlbumTable(const base::FilePath& column_file_destination, | 28 void WriteTestAlbumTable(const base::FilePath& column_file_destination, |
29 const base::FilePath& test_folder_1_path, | 29 const base::FilePath& test_folder_1_path, |
30 const base::FilePath& test_folder_2_path); | 30 const base::FilePath& test_folder_2_path); |
31 | 31 |
32 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path, | 32 void WriteTestAlbumsImagesIndex(const base::FilePath& test_folder_1_path, |
33 const base::FilePath& test_folder_2_path); | 33 const base::FilePath& test_folder_2_path); |
34 | 34 |
35 bool WriteJPEGHeader(const base::FilePath& path); | |
vandebo (ex-Chrome)
2013/09/18 15:49:35
Maybe this should go into chrome/browser/media_gal
tommycli
2013/09/19 22:58:45
Done.
| |
36 | |
35 } // namespace picasa | 37 } // namespace picasa |
36 | 38 |
37 #endif // CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ | 39 #endif // CHROME_COMMON_MEDIA_GALLERIES_PICASA_TEST_UTIL_H_ |
OLD | NEW |