Chromium Code Reviews| Index: storage/common/data_element.cc |
| diff --git a/storage/common/data_element.cc b/storage/common/data_element.cc |
| index c6d52f4dac646af95feb85a26ce35aa2c8075db3..965fb92b70f71f19b1af7d0ed88ae14a39ebdb45 100644 |
| --- a/storage/common/data_element.cc |
| +++ b/storage/common/data_element.cc |
| @@ -46,4 +46,8 @@ void DataElement::SetToFileSystemUrlRange( |
| expected_modification_time_ = expected_modification_time; |
| } |
| +void DataElement::SetToDiskCacheEntry() { |
| + type_ = TYPE_DISK_CACHE_ENTRY; |
| +} |
| + |
| } // namespace storage |