Index: net/disk_cache/simple/simple_synchronous_entry.h |
diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h |
index 4503a9f69e181f91e13e16223a218667eced2dec..bc7238d63be5e4a65563495d2204006b7fc11b0f 100644 |
--- a/net/disk_cache/simple/simple_synchronous_entry.h |
+++ b/net/disk_cache/simple/simple_synchronous_entry.h |
@@ -83,6 +83,8 @@ class SimpleSynchronousEntry { |
base::Time last_modified() const { return last_modified_; } |
int32 data_size(int index) const { return data_size_[index]; } |
+ int64 GetFileSize() const; |
+ |
private: |
SimpleSynchronousEntry( |
const scoped_refptr<base::TaskRunner>& callback_runner, |