| Index: components/safe_browsing_db/v4_store.cc
|
| diff --git a/components/safe_browsing_db/v4_store.cc b/components/safe_browsing_db/v4_store.cc
|
| index 4746d608a6bbcbc79fdf3741eec1d252b9b104ca..e34cb6f47e9dbf6754ea45f1a26d2f223e6148db 100644
|
| --- a/components/safe_browsing_db/v4_store.cc
|
| +++ b/components/safe_browsing_db/v4_store.cc
|
| @@ -23,13 +23,6 @@ const uint32_t kFileMagic = 0x600D71FE;
|
|
|
| const uint32_t kFileVersion = 9;
|
|
|
| -// The minimum expected size (in bytes) of a hash-prefix.
|
| -const uint32_t kMinHashPrefixLength = 4;
|
| -
|
| -// The maximum expected size (in bytes) of a hash-prefix. This represents the
|
| -// length of a SHA256 hash.
|
| -const uint32_t kMaxHashPrefixLength = 32;
|
| -
|
| void RecordStoreReadResult(StoreReadResult result) {
|
| UMA_HISTOGRAM_ENUMERATION("SafeBrowsing.V4StoreReadResult", result,
|
| STORE_READ_RESULT_MAX);
|
|
|