| 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 dd8ad0fe5e10578828ebddecd023c3057411ca92..1504b7229f2ec422374392e788a4c7774842044b 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context.h
|
| +++ b/content/browser/in_process_webkit/indexed_db_context.h
|
| @@ -59,9 +59,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_url) const;
|
| -
|
| // Methods used in response to QuotaManager requests.
|
| void GetAllOrigins(std::vector<GURL>* origins);
|
| int64 GetOriginDiskUsage(const GURL& origin_url);
|
|
|