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 483d8116f12ca744d816d67c296bc9999d3e84dc..27bd6d23c369bf302147c016814fdc41eec390ce 100644 |
--- a/content/browser/indexed_db/indexed_db_backing_store.h |
+++ b/content/browser/indexed_db/indexed_db_backing_store.h |
@@ -77,10 +77,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, |