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

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

Issue 17101030: Media Galleries API - Picasa: Change PMP Parsing to deal with PlatformFile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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/browser/media_galleries/fileapi/picasa/pmp_test_helper.h
diff --git a/chrome/browser/media_galleries/fileapi/picasa/pmp_test_helper.h b/chrome/browser/media_galleries/fileapi/picasa/pmp_test_helper.h
index a20ac33a5be1c117772e603db4cf651feb67e85b..8ec13ea676cfe6054024630fd8d26da246bf6c2c 100644
--- a/chrome/browser/media_galleries/fileapi/picasa/pmp_test_helper.h
+++ b/chrome/browser/media_galleries/fileapi/picasa/pmp_test_helper.h
@@ -35,8 +35,7 @@ class PmpTestHelper {
bool InitColumnReaderFromBytes(PmpColumnReader* const reader,
const std::vector<uint8>& data,
- const PmpFieldType expected_type,
- uint32* rows_read);
+ const PmpFieldType expected_type);
static std::vector<uint8> MakeHeader(const PmpFieldType field_type,
const uint32 row_count);

Powered by Google App Engine
This is Rietveld 408576698