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

Unified Diff: chrome/utility/media_galleries/picasa_album_table_reader.h

Issue 18986012: Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI parsing robustly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0039-picasa-import-sandbox-ini-parsing
Patch Set: expand sandbox warmup comment 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
Index: chrome/utility/media_galleries/picasa_album_table_reader.h
diff --git a/chrome/utility/media_galleries/picasa_album_table_reader.h b/chrome/utility/media_galleries/picasa_album_table_reader.h
index b71640dd4e34b5fb6119389f369a575e59f1f615..32f28af54afac8b1aa7920f8ced441a1b7aea6d7 100644
--- a/chrome/utility/media_galleries/picasa_album_table_reader.h
+++ b/chrome/utility/media_galleries/picasa_album_table_reader.h
@@ -12,12 +12,6 @@
namespace picasa {
-const uint32 kAlbumCategoryAlbum = 0;
-const uint32 kAlbumCategoryFolder = 2;
-const uint32 kAlbumCategoryInvalid = 0xffff; // Sentinel value.
-
-const char kAlbumTokenPrefix[] = "]album:";
-
class PicasaAlbumTableReader {
public:
explicit PicasaAlbumTableReader(const AlbumTableFiles& table_files);

Powered by Google App Engine
This is Rietveld 408576698