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

Unified Diff: ceee/ie/broker/broker.cc

Issue 4508002: COM replaced with RPC for firing events in broker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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
« no previous file with comments | « no previous file | ceee/ie/broker/broker.gyp » ('j') | ceee/ie/broker/broker.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « no previous file | ceee/ie/broker/broker.gyp » ('j') | ceee/ie/broker/broker.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698