Index: content/browser/indexed_db/indexed_db_dispatcher_host.cc |
diff --git a/content/browser/indexed_db/indexed_db_dispatcher_host.cc b/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
index fe3bf9fb1472df4411c0d921306800a6af2b659b..54b0be0b6114fa386602ac1eb1251e308d26864a 100644 |
--- a/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
+++ b/content/browser/indexed_db/indexed_db_dispatcher_host.cc |
@@ -159,7 +159,6 @@ int32_t IndexedDBDispatcherHost::Add(IndexedDBConnection* connection, |
return -1; |
} |
int32_t ipc_database_id = database_dispatcher_host_->map_.Add(connection); |
- connection->set_id(ipc_database_id); |
context()->ConnectionOpened(origin, connection); |
database_dispatcher_host_->database_origin_map_[ipc_database_id] = origin; |
return ipc_database_id; |