| Index: net/disk_cache/blockfile/addr.h
|
| diff --git a/net/disk_cache/blockfile/addr.h b/net/disk_cache/blockfile/addr.h
|
| index cf6071ed9deeab9f2b43b2800cd3700c84a57ef7..f21fbf2aa14000ccdd6f978a976ed238b4bc3099 100644
|
| --- a/net/disk_cache/blockfile/addr.h
|
| +++ b/net/disk_cache/blockfile/addr.h
|
| @@ -31,7 +31,6 @@ const int kMaxBlockSize = 4096 * 4;
|
| const int16_t kMaxBlockFile = 255;
|
| const int kMaxNumBlocks = 4;
|
| const int16_t kFirstAdditionalBlockFile = 4;
|
| -const size_t kFirstAdditionalBlockFileV3 = 7;
|
|
|
| // Defines a storage address for a cache record
|
| //
|
| @@ -161,10 +160,8 @@ class NET_EXPORT_PRIVATE Addr {
|
| }
|
|
|
| // Returns true if this address looks like a valid one.
|
| - bool SanityCheckV2() const;
|
| - bool SanityCheckV3() const;
|
| - bool SanityCheckForEntryV2() const;
|
| - bool SanityCheckForEntryV3() const;
|
| + bool SanityCheck() const;
|
| + bool SanityCheckForEntry() const;
|
| bool SanityCheckForRankings() const;
|
|
|
| private:
|
|
|