| Index: storage/browser/blob/blob_reader.h
|
| diff --git a/storage/browser/blob/blob_reader.h b/storage/browser/blob/blob_reader.h
|
| index a3c7cfa10a52ec1e6a7d8a9c1029de5a9780b447..0a5a4b44c82a41146abc031d67d4397e011be68c 100644
|
| --- a/storage/browser/blob/blob_reader.h
|
| +++ b/storage/browser/blob/blob_reader.h
|
| @@ -120,7 +120,8 @@ class STORAGE_EXPORT BlobReader {
|
| // after this call.
|
| void Kill();
|
|
|
| - // Returns if all of the blob's items are in memory.
|
| + // Returns if all of the blob's items are in memory. Should only be called
|
| + // after CalculateSize.
|
| bool IsInMemory() const;
|
|
|
| // Returns the remaining bytes to be read in the blob. This is populated
|
|
|