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

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

Issue 1102673004: IndexedDBQuotaClient doesn't need to inherit from storage::QuotaTaskObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/indexed_db_quota_client.h
diff --git a/content/browser/indexed_db/indexed_db_quota_client.h b/content/browser/indexed_db/indexed_db_quota_client.h
index 7894a653f26482bd97ad4d04191a86940a81eb06..b9e9bceed0add6ca05dbc0a95008ec2dc988e119 100644
--- a/content/browser/indexed_db/indexed_db_quota_client.h
+++ b/content/browser/indexed_db/indexed_db_quota_client.h
@@ -22,8 +22,7 @@ class IndexedDBContextImpl;
// A QuotaClient implementation to integrate IndexedDB
// with the quota management system. This interface is used
// on the IO thread by the quota manager.
-class IndexedDBQuotaClient : public storage::QuotaClient,
- public storage::QuotaTaskObserver {
+class IndexedDBQuotaClient : public storage::QuotaClient {
public:
CONTENT_EXPORT explicit IndexedDBQuotaClient(
IndexedDBContextImpl* indexed_db_context);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698