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

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

Issue 2930183002: Let IndexedDBContextImpl create its own task runner (Closed)
Patch Set: rebased Created 3 years, 5 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 582fe63c082d7fb07fad07e22ba5ae32363e6dee..8bbe91f715c732378081d8e616885ab14f3759ef 100644
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
@@ -115,9 +115,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
« no previous file with comments | « content/browser/indexed_db/indexed_db_context_impl.cc ('k') | content/browser/indexed_db/indexed_db_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698