Chromium Code Reviews| Index: pdf/chunk_stream.h |
| diff --git a/pdf/chunk_stream.h b/pdf/chunk_stream.h |
| index fac1ec644de367c60a8a57c18eb7a15395292e96..29fe68bf26129f06e7b76e715415d85bb7512e0c 100644 |
| --- a/pdf/chunk_stream.h |
| +++ b/pdf/chunk_stream.h |
| @@ -36,6 +36,8 @@ class ChunkStream { |
| size_t GetLastByteBefore(size_t offset) const; |
| size_t GetFirstByteAfter(size_t offset) const; |
| + const std::vector<unsigned char>& data() const { return data_; } |
| + |
| private: |
| std::vector<unsigned char> data_; |