Chromium Code Reviews| Index: net/base/upload_data_stream.cc |
| diff --git a/net/base/upload_data_stream.cc b/net/base/upload_data_stream.cc |
| index 7f36b7fa1622a3782f958b0aadc7c69205428456..50e604dd33cecc7416f0a9c521f89488ffb3762a 100644 |
| --- a/net/base/upload_data_stream.cc |
| +++ b/net/base/upload_data_stream.cc |
| @@ -167,4 +167,8 @@ bool UploadDataStream::IsOnLastChunk() const { |
| elements.back().is_last_chunk())); |
| } |
| +bool UploadDataStream::IsInMemory() const { |
| + return data_->IsInMemory(); |
| +} |
| + |
| } // namespace net |