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

Unified Diff: content/browser/indexed_db/cursor_impl.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
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/indexed_db/cursor_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/indexed_db/cursor_impl.h
diff --git a/content/browser/indexed_db/cursor_impl.h b/content/browser/indexed_db/cursor_impl.h
index 9806765ad740831875594f54b120a2987abc24ff..94f3190272d772e32114e88d70a75e702239d128 100644
--- a/content/browser/indexed_db/cursor_impl.h
+++ b/content/browser/indexed_db/cursor_impl.h
@@ -46,9 +46,9 @@ class CursorImpl : public ::indexed_db::mojom::Cursor {
const std::vector<std::string>& unused_blob_uuids) override;
private:
- class IDBThreadHelper;
+ class IDBSequenceHelper;
- IDBThreadHelper* helper_;
+ IDBSequenceHelper* helper_;
// This raw pointer is safe because all CursorImpl instances are owned by an
// IndexedDBDispatcherHost.
IndexedDBDispatcherHost* dispatcher_host_;
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | content/browser/indexed_db/cursor_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698