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

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

Issue 2930183002: Let IndexedDBContextImpl create its own task runner (Closed)
Patch Set: Use ScopedTaskEnvironment for most tests Created 3 years, 6 months 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_dispatcher_host.h
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.h b/content/browser/indexed_db/indexed_db_dispatcher_host.h
index c56d8c2bb8736bf092c71c70ffe879a3664b9e9b..1eaa199865634fed7434471feed82c1e464a829a 100644
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
@@ -109,9 +109,10 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
void InvalidateWeakPtrsAndClearBindings();
+ base::SequencedTaskRunner* IDBTaskRunner() const;
+
scoped_refptr<IndexedDBContextImpl> indexed_db_context_;
scoped_refptr<ChromeBlobStorageContext> blob_storage_context_;
- scoped_refptr<base::SequencedTaskRunner> idb_runner_;
// Maps blob uuid to a pair (handle, ref count). Entry is added and/or count
// is incremented in HoldBlobData(), and count is decremented and/or entry

Powered by Google App Engine
This is Rietveld 408576698