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

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

Issue 15870003: Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium" (Closed) Base URL: svn://svn.chromium.org/chrome/
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: trunk/src/content/browser/indexed_db/indexed_db_quota_client.h
===================================================================
--- trunk/src/content/browser/indexed_db/indexed_db_quota_client.h (revision 202301)
+++ trunk/src/content/browser/indexed_db/indexed_db_quota_client.h (working copy)
@@ -25,8 +25,9 @@
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 @@
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_;

Powered by Google App Engine
This is Rietveld 408576698