| Index: content/renderer/dom_storage/dom_storage_cached_area.h
|
| diff --git a/content/renderer/dom_storage/dom_storage_cached_area.h b/content/renderer/dom_storage/dom_storage_cached_area.h
|
| index 61219146ccf78a697f6337ddfff54da989ea3205..be365c087a4ed48d3e8d8df666e4c05d1aa3b1a0 100644
|
| --- a/content/renderer/dom_storage/dom_storage_cached_area.h
|
| +++ b/content/renderer/dom_storage/dom_storage_cached_area.h
|
| @@ -52,8 +52,6 @@ class CONTENT_EXPORT DOMStorageCachedArea
|
| void ApplyMutation(const base::NullableString16& key,
|
| const base::NullableString16& new_value);
|
|
|
| - size_t MemoryBytesUsedByCache() const;
|
| -
|
| private:
|
| friend class DOMStorageCachedAreaTest;
|
| friend class base::RefCounted<DOMStorageCachedArea>;
|
|
|