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

Unified Diff: content/child/indexed_db/indexed_db_dispatcher.h

Issue 1963293002: Replacing Indexed DB Chromium IPC with Mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Some (incomplete) work on struct traits. Created 4 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/child/indexed_db/indexed_db_dispatcher.h
diff --git a/content/child/indexed_db/indexed_db_dispatcher.h b/content/child/indexed_db/indexed_db_dispatcher.h
index bb1d3b6ec224cb6cd134161b3fa985cce599b49e..6a80f224f2223b9f30549c2c8476d8b50a0c6c04 100644
--- a/content/child/indexed_db/indexed_db_dispatcher.h
+++ b/content/child/indexed_db/indexed_db_dispatcher.h
@@ -48,6 +48,7 @@ class WebIDBCursorImpl;
class WebIDBDatabaseImpl;
class ThreadSafeSender;
+#if 0
// Handle the indexed db related communication for this context thread - the
// main thread and each worker thread have their own copies.
class CONTENT_EXPORT IndexedDBDispatcher : public WorkerThread::Observer {
@@ -295,6 +296,8 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerThread::Observer {
DISALLOW_COPY_AND_ASSIGN(IndexedDBDispatcher);
};
+#endif
+
} // namespace content
#endif // CONTENT_CHILD_INDEXED_DB_INDEXED_DB_DISPATCHER_H_

Powered by Google App Engine
This is Rietveld 408576698