| 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_
|
|
|