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

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

Issue 15659013: Revert "Migrate the IndexedDB backend from Blink to Chromium" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 5c443f281fde7a9590892f57bc13c9fcdf05fd15..a7db5a48e89bd626be05794d9f2c7b520f16f150 100644
--- a/content/browser/indexed_db/indexed_db_quota_client.h
+++ b/content/browser/indexed_db/indexed_db_quota_client.h
@@ -25,8 +25,9 @@ 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
@@ -43,7 +44,6 @@ 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