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

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

Issue 2438233004: Make IndexedDBConnection IDs independent from the IPC database ID. (Closed)
Patch Set: Created 4 years, 2 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 774c662b30dfe8a6ff5ad81963dde61bc14f4c20..9311551f9480172b20a540ea65d75d26bb9ad3a9 100644
--- a/content/child/indexed_db/indexed_db_dispatcher.h
+++ b/content/child/indexed_db/indexed_db_dispatcher.h
@@ -236,7 +236,6 @@ class CONTENT_EXPORT IndexedDBDispatcher : public WorkerThread::Observer {
int code,
const base::string16& message);
void OnDatabaseChanges(int32_t ipc_thread_id,
- int32_t ipc_database_id,
const IndexedDBMsg_ObserverChanges&);
// Reset cursor prefetch caches for all cursors except exception_cursor_id.
« no previous file with comments | « content/browser/indexed_db/indexed_db_dispatcher_host.cc ('k') | content/child/indexed_db/indexed_db_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698