| Index: content/renderer/dom_storage/dom_storage_cached_area.cc
|
| diff --git a/content/renderer/dom_storage/dom_storage_cached_area.cc b/content/renderer/dom_storage/dom_storage_cached_area.cc
|
| index 23f3d35428eb3351624f52a9142c5214f5b85ca6..b408f2adaf84b885ada2e07f1ea5173b7d9e8192 100644
|
| --- a/content/renderer/dom_storage/dom_storage_cached_area.cc
|
| +++ b/content/renderer/dom_storage/dom_storage_cached_area.cc
|
| @@ -140,10 +140,6 @@ void DOMStorageCachedArea::ApplyMutation(
|
| map_->set_quota(kPerStorageAreaQuota);
|
| }
|
|
|
| -size_t DOMStorageCachedArea::MemoryBytesUsedByCache() const {
|
| - return map_.get() ? map_->bytes_used() : 0;
|
| -}
|
| -
|
| void DOMStorageCachedArea::Prime(int connection_id) {
|
| DCHECK(!map_.get());
|
|
|
|
|