Index: content/browser/indexed_db/indexed_db_context_impl.h |
diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h |
index f3b1185071f8982fe42f1a7471922990fa57d8e5..74e5e8cce26b458d3ecab7eb138ac5d3c34edf0c 100644 |
--- a/content/browser/indexed_db/indexed_db_context_impl.h |
+++ b/content/browser/indexed_db/indexed_db_context_impl.h |
@@ -137,6 +137,8 @@ |
scoped_ptr<std::set<GURL> > origin_set_; |
OriginToSizeMap origin_size_map_; |
OriginToSizeMap space_available_map_; |
+ typedef std::set<IndexedDBConnection*> ConnectionSet; |
+ std::map<GURL, ConnectionSet> connections_; |
DISALLOW_COPY_AND_ASSIGN(IndexedDBContextImpl); |
}; |