| 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,
|
|
|