| Index: webkit/dom_storage/dom_storage_cached_area.h
|
| ===================================================================
|
| --- webkit/dom_storage/dom_storage_cached_area.h (revision 141450)
|
| +++ webkit/dom_storage/dom_storage_cached_area.h (working copy)
|
| @@ -35,6 +35,7 @@
|
| unsigned GetLength(int connection_id);
|
| NullableString16 GetKey(int connection_id, unsigned index);
|
| NullableString16 GetItem(int connection_id, const string16& key);
|
| + bool ContainsItem(int connection_id, const string16& key);
|
| bool SetItem(int connection_id, const string16& key, const string16& value,
|
| const GURL& page_url);
|
| void RemoveItem(int connection_id, const string16& key,
|
|
|