| Index: net/disk_cache/flash/log_store_entry.h
|
| diff --git a/net/disk_cache/flash/log_store_entry.h b/net/disk_cache/flash/log_store_entry.h
|
| index ef184ee1aa3385b16b92a5dbed48066d41c48a83..579194913af4503dc26c2bf8b67f3f4392e61d34 100644
|
| --- a/net/disk_cache/flash/log_store_entry.h
|
| +++ b/net/disk_cache/flash/log_store_entry.h
|
| @@ -30,6 +30,7 @@ class NET_EXPORT_PRIVATE LogStoreEntry {
|
| bool Close();
|
|
|
| int32 id() const;
|
| + bool IsNew() const;
|
| int32 GetDataSize(int index) const;
|
|
|
| int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len);
|
| @@ -45,7 +46,6 @@ class NET_EXPORT_PRIVATE LogStoreEntry {
|
| std::vector<char> write_buffer;
|
| };
|
|
|
| - bool ReadOnly() const;
|
| bool InvalidStream(int stream_index) const;
|
| int32 Size() const;
|
| bool Save();
|
|
|