Index: net/disk_cache/simple/simple_index_file.cc |
diff --git a/net/disk_cache/simple/simple_index_file.cc b/net/disk_cache/simple/simple_index_file.cc |
index c350cddb39fdd81011e307147cb5429eba0e36f3..5e1e4bac4ac3cde6dbaa0b323d35443c049eb491 100644 |
--- a/net/disk_cache/simple/simple_index_file.cc |
+++ b/net/disk_cache/simple/simple_index_file.cc |
@@ -30,9 +30,6 @@ const int kEntryFilesSuffixLength = 2; |
const uint64 kMaxEntiresInIndex = 100000000; |
-const char kIndexFileName[] = "the-real-index"; |
-const char kTempIndexFileName[] = "temp-index"; |
- |
uint32 CalculatePickleCRC(const Pickle& pickle) { |
return crc32(crc32(0, Z_NULL, 0), |
reinterpret_cast<const Bytef*>(pickle.payload()), |