| Index: content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.h b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| index 1d40713b53685fce43f5900d5a85491433062920..07b63de648b130bdf57c01bf64d9f9a2212f8150 100644
|
| --- a/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| +++ b/content/browser/indexed_db/indexed_db_fake_backing_store.h
|
| @@ -25,9 +25,6 @@ class IndexedDBFakeBackingStore : public IndexedDBBackingStore {
|
| const string16& version,
|
| int64 int_version,
|
| int64* row_id) OVERRIDE;
|
| - virtual bool UpdateIDBDatabaseMetaData(Transaction*,
|
| - int64 row_id,
|
| - const string16& version) OVERRIDE;
|
| virtual bool UpdateIDBDatabaseIntVersion(Transaction*,
|
| int64 row_id,
|
| int64 version) OVERRIDE;
|
|
|