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

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

Issue 1504033007: Move Indexed DB from dedicated thread to task scheduler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timer
Patch Set: Tweak traits 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 b020fe534bb46dfeef602f169ca4efe00c3c972c..c56d8c2bb8736bf092c71c70ffe879a3664b9e9b 100644
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.h
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.h
@@ -82,7 +82,7 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
int exit_code) override;
private:
- class IDBThreadHelper;
+ class IDBSequenceHelper;
// Friends to enable OnDestruct() delegation.
friend class BrowserThread;
friend class IndexedDBDispatcherHostTest;
@@ -131,7 +131,7 @@ class CONTENT_EXPORT IndexedDBDispatcherHost
mojo::StrongAssociatedBindingSet<::indexed_db::mojom::Cursor>
cursor_bindings_;
- IDBThreadHelper* idb_helper_;
+ IDBSequenceHelper* idb_helper_;
base::WeakPtrFactory<IndexedDBDispatcherHost> weak_factory_;
« no previous file with comments | « content/browser/indexed_db/indexed_db_database_callbacks.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