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

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

Issue 2472213003: [IndexedDB] Refactoring to remove ref ptrs and host transaction ids. (Closed)
Patch Set: updated unittests Created 4 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_class_factory.h
diff --git a/content/browser/indexed_db/indexed_db_class_factory.h b/content/browser/indexed_db/indexed_db_class_factory.h
index 60f069e6c9668e39fe29e5a52e7f77d991b89e16..2211322e10f40776fe60605494f5eddaa577cbb5 100644
--- a/content/browser/indexed_db/indexed_db_class_factory.h
+++ b/content/browser/indexed_db/indexed_db_class_factory.h
@@ -48,13 +48,6 @@ class CONTENT_EXPORT IndexedDBClassFactory {
IndexedDBFactory* factory,
const IndexedDBDatabase::Identifier& unique_identifier);
- virtual IndexedDBTransaction* CreateIndexedDBTransaction(
- int64_t id,
- base::WeakPtr<IndexedDBConnection> connection,
- const std::set<int64_t>& scope,
- blink::WebIDBTransactionMode mode,
- IndexedDBBackingStore::Transaction* backing_store_transaction);
-
virtual std::unique_ptr<LevelDBIteratorImpl> CreateIteratorImpl(
std::unique_ptr<leveldb::Iterator> iterator);

Powered by Google App Engine
This is Rietveld 408576698