Chromium Code Reviews| Index: ceee/ie/broker/broker.cc |
| =================================================================== |
| --- ceee/ie/broker/broker.cc (revision 65555) |
| +++ ceee/ie/broker/broker.cc (working copy) |
| @@ -22,14 +22,10 @@ |
| } |
| void CeeeBroker::OnAddConnection(bool first_lock) { |
|
Sigurður Ásgeirsson
2010/11/11 19:30:35
Do we still need this?
Vitaly Buka corp
2010/11/11 23:12:10
Done.
|
| - if (first_lock) |
| - ceee_module_util::LockModule(); |
| } |
| void CeeeBroker::OnReleaseConnection(bool last_unlock, |
| bool last_unlock_releases) { |
| - if (last_unlock) |
| - ceee_module_util::UnlockModule(); |
| IExternalConnectionImpl<CeeeBroker>::OnReleaseConnection( |
| last_unlock, last_unlock_releases); |
| } |