Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(344)

Unified Diff: content/browser/in_process_webkit/indexed_db_context.h

Issue 7745011: Remove --unlimited-quota-for-indexeddb. Increase incognito quota. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove IsUnlimitedStorageGranted Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698