Chromium Code Reviews| 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 913bc65be875083e349707c318a462b198cafb19..9b676afd42b5a729884615f3b37c916b583538e9 100644 |
| --- a/content/browser/indexed_db/indexed_db_quota_client.h |
| +++ b/content/browser/indexed_db/indexed_db_quota_client.h |
| @@ -25,8 +25,7 @@ class IndexedDBContextImpl; |
| class IndexedDBQuotaClient : public quota::QuotaClient, |
| public quota::QuotaTaskObserver { |
| public: |
| - CONTENT_EXPORT IndexedDBQuotaClient(base::MessageLoopProxy* tracker_thread, |
| - IndexedDBContextImpl* indexed_db_context); |
| + CONTENT_EXPORT IndexedDBQuotaClient(IndexedDBContextImpl* indexed_db_context); |
|
jam
2013/06/21 16:00:50
nit: explicit
jsbell
2013/06/21 16:34:16
Done.
|
| CONTENT_EXPORT virtual ~IndexedDBQuotaClient(); |
| // QuotaClient method overrides |
| @@ -45,7 +44,6 @@ class IndexedDBQuotaClient : public quota::QuotaClient, |
| const DeletionCallback& callback) OVERRIDE; |
| private: |
| - scoped_refptr<base::MessageLoopProxy> webkit_thread_message_loop_; |
| scoped_refptr<IndexedDBContextImpl> indexed_db_context_; |
| DISALLOW_COPY_AND_ASSIGN(IndexedDBQuotaClient); |