Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: content/browser/dom_storage/dom_storage_message_filter.h

Issue 12398008: Purge in-memory localStorage areas if the # of areas exceeds the limit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/dom_storage/dom_storage_message_filter.h
diff --git a/content/browser/dom_storage/dom_storage_message_filter.h b/content/browser/dom_storage/dom_storage_message_filter.h
index c71e42ad1f380d3e63252c34a0057c54cb215655..0ff093b0546ad5b0c7cc1b959a3de0b5f04ec40c 100644
--- a/content/browser/dom_storage/dom_storage_message_filter.h
+++ b/content/browser/dom_storage/dom_storage_message_filter.h
@@ -48,7 +48,8 @@ class DOMStorageMessageFilter
// Message Handlers.
void OnOpenStorageArea(int connection_id, int64 namespace_id,
- const GURL& origin);
+ const GURL& origin,
+ int64* storage_size);
void OnCloseStorageArea(int connection_id);
void OnLoadStorageArea(int connection_id, dom_storage::ValuesMap* map);
void OnSetItem(int connection_id, const string16& key,

Powered by Google App Engine
This is Rietveld 408576698