| Index: webkit/dom_storage/dom_storage_context.h
|
| diff --git a/webkit/dom_storage/dom_storage_context.h b/webkit/dom_storage/dom_storage_context.h
|
| index 20ae0ed7fbf740a9dcc3339cfce2e2d498e2482c..928464b74569ee0702924ad5abbf8bbe78e691ba 100644
|
| --- a/webkit/dom_storage/dom_storage_context.h
|
| +++ b/webkit/dom_storage/dom_storage_context.h
|
| @@ -167,6 +167,8 @@ class WEBKIT_STORAGE_EXPORT DomStorageContext
|
| // unclean exit.
|
| void StartScavengingUnusedSessionStorage();
|
|
|
| + int64 GetInMemoryStorageSize() const;
|
| +
|
| private:
|
| friend class DomStorageContextTest;
|
| FRIEND_TEST_ALL_PREFIXES(DomStorageContextTest, Basics);
|
|
|