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

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

Issue 15564008: Migrate the IndexedDB backend from Blink to Chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to ToT again Created 7 years, 7 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/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 e79f4aa65417f270a86a2ce47403c5eb9d9d9613..605e7058dc3c7d3f4fe052727d7ed4f11e4dbf74 100644
--- a/content/browser/indexed_db/indexed_db_quota_client.h
+++ b/content/browser/indexed_db/indexed_db_quota_client.h
@@ -25,9 +25,8 @@ 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(base::MessageLoopProxy* tracker_thread,
+ IndexedDBContextImpl* indexed_db_context);
CONTENT_EXPORT virtual ~IndexedDBQuotaClient();
// QuotaClient method overrides
@@ -44,6 +43,7 @@ class IndexedDBQuotaClient : public quota::QuotaClient,
virtual void DeleteOriginData(const GURL& origin,
quota::StorageType type,
const DeletionCallback& callback) OVERRIDE;
+
private:
scoped_refptr<base::MessageLoopProxy> webkit_thread_message_loop_;
scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
« no previous file with comments | « content/browser/indexed_db/indexed_db_metadata.cc ('k') | content/browser/indexed_db/indexed_db_quota_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698