Chromium Code Reviews| Index: content/browser/indexed_db/indexed_db_callbacks.cc |
| diff --git a/content/browser/indexed_db/indexed_db_callbacks.cc b/content/browser/indexed_db/indexed_db_callbacks.cc |
| index 6c541b7d5d88d0ba2a54d5441037ef561c101f3e..83942f55622d41371240f4b55e2667cb75230eca 100644 |
| --- a/content/browser/indexed_db/indexed_db_callbacks.cc |
| +++ b/content/browser/indexed_db/indexed_db_callbacks.cc |
| @@ -163,6 +163,7 @@ void IndexedDBCallbacks::OnUpgradeNeeded( |
| dispatcher_host_->RegisterTransactionId(host_transaction_id_, origin_); |
| int32_t ipc_database_id = |
| dispatcher_host_->Add(connection.release(), ipc_thread_id_, origin_); |
| + |
|
dmurph
2016/07/08 18:40:44
Remove whitespace changes in this file.
palakj1
2016/07/08 22:17:53
Done.
|
| if (ipc_database_id < 0) |
| return; |
| ipc_database_id_ = ipc_database_id; |
| @@ -203,7 +204,6 @@ void IndexedDBCallbacks::OnSuccess( |
| ipc_object_id = |
| dispatcher_host_->Add(connection.release(), ipc_thread_id_, origin_); |
| } |
| - |
| dispatcher_host_->Send(new IndexedDBMsg_CallbacksSuccessIDBDatabase( |
| ipc_thread_id_, |
| ipc_callbacks_id_, |