Index: content/browser/in_process_webkit/indexed_db_context.h |
diff --git a/content/browser/in_process_webkit/indexed_db_context.h b/content/browser/in_process_webkit/indexed_db_context.h |
index 5ce0a6ad2ffe650017a6a881abdbf0931938f2e0..6a9c446f778d432905b6fa60700e6118fa4366bb 100644 |
--- a/content/browser/in_process_webkit/indexed_db_context.h |
+++ b/content/browser/in_process_webkit/indexed_db_context.h |
@@ -58,9 +58,6 @@ class IndexedDBContext : public base::RefCountedThreadSafe<IndexedDBContext> { |
// Deletes all indexed db files for the given origin. |
void DeleteIndexedDBForOrigin(const GURL& origin_url); |
- // Does a particular origin get unlimited storage? |
- bool IsUnlimitedStorageGranted(const GURL& origin) const; |
- |
// Methods used in response to QuotaManager requests. |
void GetAllOriginIdentifiers(std::vector<string16>* origin_ids); |
int64 GetOriginDiskUsage(const GURL& origin_url); |