Chromium Code Reviews| Index: content/browser/indexed_db/indexed_db_fake_backing_store.cc |
| diff --git a/content/browser/indexed_db/indexed_db_fake_backing_store.cc b/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
| index cd61ebb54b6e2a3780446496664fe56e2b4f0154..fe36a2a703f2b4668f697b03c3da1ee7a8fb1a1f 100644 |
| --- a/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
| +++ b/content/browser/indexed_db/indexed_db_fake_backing_store.cc |
| @@ -218,7 +218,7 @@ IndexedDBFakeBackingStore::FakeTransaction::FakeTransaction( |
| void IndexedDBFakeBackingStore::FakeTransaction::Begin() {} |
| leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseOne( |
| scoped_refptr<BlobWriteCallback> callback) { |
| - callback->Run(true); |
| + callback->Run(true, true); |
|
jsbell
2016/11/30 21:30:14
comments (or enum)
dmurph
2016/11/30 23:13:07
Done.
|
| return leveldb::Status::OK(); |
| } |
| leveldb::Status IndexedDBFakeBackingStore::FakeTransaction::CommitPhaseTwo() { |