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

Unified Diff: chrome/common/media_galleries/picasa_types.h

Issue 23499006: Media Galleries API Picasa: Add file watch to invalidate database data on disk write. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/media_galleries/picasa_types.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/media_galleries/picasa_types.h
diff --git a/chrome/common/media_galleries/picasa_types.h b/chrome/common/media_galleries/picasa_types.h
index 5e54c0b4c899ac3085832ffd72a9dfa2ae82e6a7..dd391b438a6a4101e34388cebd25a29b7fc3a462 100644
--- a/chrome/common/media_galleries/picasa_types.h
+++ b/chrome/common/media_galleries/picasa_types.h
@@ -29,6 +29,9 @@ typedef std::set<std::string> AlbumUIDSet;
typedef std::map<std::string, AlbumImages> AlbumImagesMap;
typedef std::map<std::string, AlbumInfo> AlbumMap;
+extern const char kPicasaDatabaseDirName[];
+extern const char kPicasaTempDirName[];
+
extern const char kPicasaAlbumTableName[];
extern const char kAlbumTokenPrefix[];
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/media_galleries/picasa_types.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698