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 01f75bcf8d780adfee40f30286e3d11581da961c..d46f2d9e5ce647adb4b61a3f25ee3d7a2c11815f 100644 |
--- a/content/browser/indexed_db/indexed_db_context_impl.h |
+++ b/content/browser/indexed_db/indexed_db_context_impl.h |
@@ -59,6 +59,7 @@ class CONTENT_EXPORT IndexedDBContextImpl |
// IndexedDBContext implementation: |
virtual std::vector<GURL> GetAllOrigins() OVERRIDE; |
+ virtual std::vector<IndexedDBInfo> GetAllOriginsInfo() OVERRIDE; |
virtual int64 GetOriginDiskUsage(const GURL& origin_url) OVERRIDE; |
virtual base::Time GetOriginLastModified(const GURL& origin_url) OVERRIDE; |
virtual void DeleteForOrigin(const GURL& origin_url) OVERRIDE; |