| Index: chrome/browser/in_process_webkit/storage_namespace.h
|
| ===================================================================
|
| --- chrome/browser/in_process_webkit/storage_namespace.h (revision 27909)
|
| +++ chrome/browser/in_process_webkit/storage_namespace.h (working copy)
|
| @@ -55,6 +55,9 @@
|
| // SessionStorage vs. LocalStorage.
|
| const DOMStorageType storage_type_;
|
|
|
| + // The quota for each storage area. Suggested by the spec.
|
| + static const unsigned kLocalStorageQuota = 5 * 1024 * 1024;
|
| +
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(StorageNamespace);
|
| };
|
|
|
|
|