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

Unified Diff: chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h

Issue 22912008: Media Galleries API Picasa: Make PicasaFileUtil support album contents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h b/chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h
index bebb8480e888bdea09778cecc1f4898ff1720f76..bf3beed60c7ae11bcc49200e0e736b2daa32cfee 100644
--- a/chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h
+++ b/chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.h
@@ -16,6 +16,15 @@ class PicasaDataProvider;
extern const char kPicasaDirAlbums[];
extern const char kPicasaDirFolders[];
+// PicasaFileUtil virtual directory structure example:
+// - /albums/
+// - /albums/albumname 2013-08-21/
+// - /albums/albumname 2013-08-21/imagename.jpg
+// - /albums/duplicatename 2013-08-21/
+// - /albums/duplicatename 2013-08-21 (1)/
+// - /folders/
+// - /folders/My Pictures 2013-08-21/flower.jpg
+// - /folders/Photos 2013-08-21/
class PicasaFileUtil : public chrome::NativeMediaFileUtil {
public:
explicit PicasaFileUtil(chrome::MediaPathFilter* media_path_filter);
« no previous file with comments | « no previous file | chrome/browser/media_galleries/fileapi/picasa/picasa_file_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698