Commit 9088a724 authored by dgrogan's avatar dgrogan Committed by Commit bot

IndexedDBQuotaClient doesn't need to inherit from storage::QuotaTaskObserver

Looks like it was there on the initial commit.

Review URL: https://codereview.chromium.org/1102673004

Cr-Commit-Position: refs/heads/master@{#327208}
parent feb4e55d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment