| 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,
|
|
|