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

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 65104)
+++ ceee/ie/broker/broker.cc (working copy)
@@ -7,6 +7,7 @@
#include "ceee/ie/broker/broker.h"
#include "base/logging.h"
+
#include "ceee/ie/broker/api_dispatcher.h"
#include "ceee/ie/broker/chrome_postman.h"
#include "ceee/ie/broker/executors_manager.h"
@@ -22,14 +23,10 @@
}
void CeeeBroker::OnAddConnection(bool first_lock) {
- 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