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

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

Issue 73153003: Remove dead code from IDB (chromium side) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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_backing_store.h
diff --git a/content/browser/indexed_db/indexed_db_backing_store.h b/content/browser/indexed_db/indexed_db_backing_store.h
index 738a046b00db0320764c2a1509810bff5f50748f..c1ad31c3ff9b412ef580265ba6e01d7aec53f286 100644
--- a/content/browser/indexed_db/indexed_db_backing_store.h
+++ b/content/browser/indexed_db/indexed_db_backing_store.h
@@ -78,10 +78,6 @@ class CONTENT_EXPORT IndexedDBBackingStore
const string16& version,
int64 int_version,
int64* row_id);
- virtual bool UpdateIDBDatabaseMetaData(
- IndexedDBBackingStore::Transaction* transaction,
- int64 row_id,
- const string16& version);
virtual bool UpdateIDBDatabaseIntVersion(
IndexedDBBackingStore::Transaction* transaction,
int64 row_id,

Powered by Google App Engine
This is Rietveld 408576698