Index: webkit/dom_storage/dom_storage_host.h |
=================================================================== |
--- webkit/dom_storage/dom_storage_host.h (revision 138103) |
+++ webkit/dom_storage/dom_storage_host.h (working copy) |
@@ -46,6 +46,7 @@ |
const GURL& page_url, |
string16* old_value); |
bool ClearArea(int connection_id, const GURL& page_url); |
+ bool HasAreaOpen(int namespace_id, const GURL& origin) const; |
private: |
// Struct to hold references needed for areas that are open |