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

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

Issue 7470008: Improve IndexedDB's quota support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove NOTREACHED 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_quota_client.h
diff --git a/content/browser/in_process_webkit/indexed_db_quota_client.h b/content/browser/in_process_webkit/indexed_db_quota_client.h
index 59b3b23cd92389eba2629c0e1b184d489d69efcd..8d5b68820a000238fd34550a1d38ffe9476c26de 100644
--- a/content/browser/in_process_webkit/indexed_db_quota_client.h
+++ b/content/browser/in_process_webkit/indexed_db_quota_client.h
@@ -47,6 +47,7 @@ class IndexedDBQuotaClient : public quota::QuotaClient,
class GetOriginsTaskBase;
class GetAllOriginsTask;
class GetOriginsForHostTask;
+ class DeleteOriginTask;
typedef quota::CallbackQueueMap1
<GetUsageCallback*,

Powered by Google App Engine
This is Rietveld 408576698