| 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..52aa57b052c1ff9fea447a8f742faa132d78058c 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include <map>
|
| #include <set>
|
| +#include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| #include "base/files/file_path.h"
|
| @@ -59,6 +60,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;
|
|
|