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

Unified Diff: webkit/fileapi/media/picasa/pmp_test_helper.h

Issue 13529028: PicasaAlbumTableReader for Media Galleries API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0005-picasa-import-pmp-reader
Patch Set: Rename PicasaAlbumDataReader => PicasaAlbumTableReader Created 7 years, 8 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: webkit/fileapi/media/picasa/pmp_test_helper.h
diff --git a/webkit/fileapi/media/picasa/pmp_test_helper.h b/webkit/fileapi/media/picasa/pmp_test_helper.h
index 2da2118b35212ea175688ef43f089b07f5d52bdd..8be94df16f443378afac19df74f88682edc98ff7 100644
--- a/webkit/fileapi/media/picasa/pmp_test_helper.h
+++ b/webkit/fileapi/media/picasa/pmp_test_helper.h
@@ -36,6 +36,7 @@ class PmpTestHelper {
bool InitColumnReaderFromBytes(PmpColumnReader* const reader,
const std::vector<uint8>& data,
+ const PmpFieldType expected_type,
uint32* rows_read);
static std::vector<uint8> MakeHeader(const PmpFieldType field_type,

Powered by Google App Engine
This is Rietveld 408576698