Index: content/public/browser/indexed_db_context.h |
=================================================================== |
--- content/public/browser/indexed_db_context.h (revision 123509) |
+++ content/public/browser/indexed_db_context.h (working copy) |
@@ -20,17 +20,12 @@ |
namespace content { |
-class BrowserContext; |
- |
// Represents the per-BrowserContext IndexedDB data. |
// Call these methods only on the WebKit thread. |
class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> { |
public: |
virtual ~IndexedDBContext() {} |
- CONTENT_EXPORT static IndexedDBContext* GetForBrowserContext( |
- BrowserContext* browser_context); |
- |
// Methods used in response to QuotaManager requests. |
virtual std::vector<GURL> GetAllOrigins() = 0; |
virtual int64 GetOriginDiskUsage(const GURL& origin_url) = 0; |