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

Side by Side Diff: chrome/common/media_galleries/picasa_test_util.h

Issue 23513059: Media Galleries API Picasa: End-to-end browsertest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698