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

Unified Diff: trunk/src/content/browser/indexed_db/indexed_db_context_impl.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_context_impl.h
===================================================================
--- trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (revision 202301)
+++ trunk/src/content/browser/indexed_db/indexed_db_context_impl.h (working copy)
@@ -66,8 +66,8 @@
OVERRIDE;
// Methods called by IndexedDBDispatcherHost for quota support.
- void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase* db);
- void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase* db);
+ void ConnectionOpened(const GURL& origin_url, WebKit::WebIDBDatabase*);
+ void ConnectionClosed(const GURL& origin_url, WebKit::WebIDBDatabase*);
void TransactionComplete(const GURL& origin_url);
bool WouldBeOverQuota(const GURL& origin_url, int64 additional_bytes);
bool IsOverQuota(const GURL& origin_url);

Powered by Google App Engine
This is Rietveld 408576698